We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef73b3a commit 99b50efCopy full SHA for 99b50ef
src/libstd/sys/unix/process/process_unix.rs
@@ -236,7 +236,7 @@ impl Command {
236
}
237
238
#[cfg(not(any(target_os = "macos", target_os = "freebsd")))]
239
- fn posix_spawn(&mut self, _stdio: &ChildPipes, _envp: Option<&CStringArray>)
+ fn posix_spawn(&mut self, _: &ChildPipes, _: Option<&CStringArray>)
240
-> io::Result<Option<Process>>
241
{
242
Ok(None)
0 commit comments