We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9710ccc commit 759d559Copy full SHA for 759d559
objdiff-gui/src/jobs/objdiff.rs
@@ -40,6 +40,7 @@ pub struct BuildConfig {
40
pub project_dir: Option<PathBuf>,
41
pub custom_make: Option<String>,
42
pub custom_args: Option<Vec<String>>,
43
+ #[allow(unused)]
44
pub selected_wsl_distro: Option<String>,
45
}
46
0 commit comments