From 51e2a63fafba5ab38f8ebfea803daaef2ec87d02 Mon Sep 17 00:00:00 2001 From: jD91mZM2 Date: Thu, 18 Oct 2018 16:58:09 +0200 Subject: [PATCH] Fix tidy checks --- src/libstd/sys/redox/process.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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