This commit is contained in:
Bryan Drewery 2018-03-02 08:50:37 -08:00
parent ef73b3ae2e
commit 99b50efb6e

View file

@ -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)