about summary refs log tree commit diff
path: root/src/libstd/sys/windows
diff options
context:
space:
mode:
authorJorge Aparicio <japaricious@gmail.com>2015-02-27 21:21:09 -0500
committerJorge Aparicio <japaricious@gmail.com>2015-02-27 23:35:07 -0500
commit7ad2e22e4ee1cfc5c6c4a53a6d19f2b853de1c6e (patch)
treee80b9315a81ee5f4c95ab662de609693891af435 /src/libstd/sys/windows
parentcc8a5a0db7183fe3c233053bdadc6226f3dbd6e4 (diff)
downloadrust-7ad2e22e4ee1cfc5c6c4a53a6d19f2b853de1c6e.tar.gz
rust-7ad2e22e4ee1cfc5c6c4a53a6d19f2b853de1c6e.zip
remove leftover annotations
Diffstat (limited to 'src/libstd/sys/windows')
-rw-r--r--src/libstd/sys/windows/process2.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/windows/process2.rs b/src/libstd/sys/windows/process2.rs
index d4c6e85489f..8a6a485cbbe 100644
--- a/src/libstd/sys/windows/process2.rs
+++ b/src/libstd/sys/windows/process2.rs
@@ -160,7 +160,7 @@ impl Process {
             // Similarly to unix, we don't actually leave holes for the stdio file
             // descriptors, but rather open up /dev/null equivalents. These
             // equivalents are drawn from libuv's windows process spawning.
-            let set_fd = |&: fd: &Option<AnonPipe>, slot: &mut HANDLE,
+            let set_fd = |fd: &Option<AnonPipe>, slot: &mut HANDLE,
                           is_stdin: bool| {
                 match *fd {
                     None => {