From 7ad2e22e4ee1cfc5c6c4a53a6d19f2b853de1c6e Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Fri, 27 Feb 2015 21:21:09 -0500 Subject: remove leftover annotations --- src/libstd/sys/unix/process2.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/sys/unix') diff --git a/src/libstd/sys/unix/process2.rs b/src/libstd/sys/unix/process2.rs index b7a1b002f55..1b77b4fe75c 100644 --- a/src/libstd/sys/unix/process2.rs +++ b/src/libstd/sys/unix/process2.rs @@ -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, dst: c_int| { + let setup = |src: Option, dst: c_int| { let src = match src { None => { let flags = if dst == libc::STDIN_FILENO { -- cgit 1.4.1-3-g733a5