Use _
This commit is contained in:
parent
ef73b3ae2e
commit
99b50efb6e
1 changed files with 1 additions and 1 deletions
|
|
@ -236,7 +236,7 @@ impl Command {
|
|||
}
|
||||
|
||||
#[cfg(not(any(target_os = "macos", target_os = "freebsd")))]
|
||||
fn posix_spawn(&mut self, _stdio: &ChildPipes, _envp: Option<&CStringArray>)
|
||||
fn posix_spawn(&mut self, _: &ChildPipes, _: Option<&CStringArray>)
|
||||
-> io::Result<Option<Process>>
|
||||
{
|
||||
Ok(None)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue