mirror of https://github.com/encounter/objdiff.git
Fix clippy warning
This commit is contained in:
parent
9710ccc38a
commit
759d55994a
|
@ -40,6 +40,7 @@ pub struct BuildConfig {
|
|||
pub project_dir: Option<PathBuf>,
|
||||
pub custom_make: Option<String>,
|
||||
pub custom_args: Option<Vec<String>>,
|
||||
#[allow(unused)]
|
||||
pub selected_wsl_distro: Option<String>,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue