fix clippy

This commit is contained in:
WindSoilder 2022-08-01 20:04:52 +08:00
parent 1afc1114da
commit d7bd6896cf

View File

@ -45,9 +45,9 @@ pub mod external_process_setup {
#[cfg(target_family = "windows")]
pub mod external_process_setup {
pub fn prepare_to_foreground(external_command: &mut std::process::Command) {}
pub fn prepare_to_foreground(_external_command: &mut std::process::Command) {}
pub fn set_foreground(process: &std::process::Child) {}
pub fn set_foreground(_process: &std::process::Child) {}
pub fn reset_foreground_id() {}
}