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 11696ac commit f463386Copy full SHA for f463386
src/libstd/sys/unix/process/process_unix.rs
@@ -237,7 +237,7 @@ impl Command {
237
}
238
239
#[cfg(not(any(target_os = "linux", target_os = "macos")))]
240
- fn posix_spawn(&mut self, stdio: &ChildPipes, envp: Option<&CStringArray>)
+ fn posix_spawn(&mut self, _stdio: &ChildPipes, _envp: Option<&CStringArray>)
241
-> io::Result<Option<Process>>
242
{
243
Ok(None)
0 commit comments