Skip to content

Commit 99b50ef

Browse files
committed
Use _
1 parent ef73b3a commit 99b50ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/unix/process/process_unix.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ impl Command {
236236
}
237237

238238
#[cfg(not(any(target_os = "macos", target_os = "freebsd")))]
239-
fn posix_spawn(&mut self, _stdio: &ChildPipes, _envp: Option<&CStringArray>)
239+
fn posix_spawn(&mut self, _: &ChildPipes, _: Option<&CStringArray>)
240240
-> io::Result<Option<Process>>
241241
{
242242
Ok(None)

0 commit comments

Comments
 (0)