Fix clippy warning

This commit is contained in:
Luke Street 2024-06-18 21:49:19 -06:00
parent 9710ccc38a
commit 759d55994a
1 changed files with 1 additions and 0 deletions

View File

@ -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>,
}