about summary refs log tree commit diff
path: root/src/libstd/sys
diff options
context:
space:
mode:
authorjD91mZM2 <me@krake.one>2018-10-18 16:58:09 +0200
committerjD91mZM2 <me@krake.one>2018-10-18 16:58:09 +0200
commit51e2a63fafba5ab38f8ebfea803daaef2ec87d02 (patch)
treec1c2c08f24afe230d4f74b3522003b395c408bda /src/libstd/sys
parent91c1b7a9291ca4ea91f928b1abfe8fc8fe9a0111 (diff)
downloadrust-51e2a63fafba5ab38f8ebfea803daaef2ec87d02.tar.gz
rust-51e2a63fafba5ab38f8ebfea803daaef2ec87d02.zip
Fix tidy checks
Diffstat (limited to 'src/libstd/sys')
-rw-r--r--src/libstd/sys/redox/process.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sys/redox/process.rs b/src/libstd/sys/redox/process.rs
index e7a87e3ff88..4370c1e0502 100644
--- a/src/libstd/sys/redox/process.rs
+++ b/src/libstd/sys/redox/process.rs
@@ -368,7 +368,7 @@ impl Command {
                     interpreter.pop().unwrap();
                 }
 
-                // TODO: Here we could just reassign `file` directly, if it
+                // FIXME: Here we could just reassign `file` directly, if it
                 // wasn't for lexical lifetimes. Remove the whole `let
                 // interpreter = { ... };` hack once NLL lands.
                 // NOTE: Although DO REMEMBER to make sure the interpreter path