1
Fork 0

remove leftover annotations

This commit is contained in:
Jorge Aparicio 2015-02-27 21:21:09 -05:00
parent cc8a5a0db7
commit 7ad2e22e4e
5 changed files with 6 additions and 6 deletions

View file

@ -274,7 +274,7 @@ impl Process {
// file descriptor. Otherwise, the first file descriptor opened
// up in the child would be numbered as one of the stdio file
// descriptors, which is likely to wreak havoc.
let setup = |&: src: Option<AnonPipe>, dst: c_int| {
let setup = |src: Option<AnonPipe>, dst: c_int| {
let src = match src {
None => {
let flags = if dst == libc::STDIN_FILENO {