Skip to content

Commit 759d559

Browse files
committed
Fix clippy warning
1 parent 9710ccc commit 759d559

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

objdiff-gui/src/jobs/objdiff.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ pub struct BuildConfig {
4040
pub project_dir: Option<PathBuf>,
4141
pub custom_make: Option<String>,
4242
pub custom_args: Option<Vec<String>>,
43+
#[allow(unused)]
4344
pub selected_wsl_distro: Option<String>,
4445
}
4546

0 commit comments

Comments
 (0)