mirror of
https://github.com/nushell/nushell.git
synced 2025-05-02 17:14:27 +02:00
fix clippy
This commit is contained in:
parent
1afc1114da
commit
d7bd6896cf
@ -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() {}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user