Skip to content

Commit 51e2a63

Browse files
committed
Fix tidy checks
1 parent 91c1b7a commit 51e2a63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/sys/redox/process.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ impl Command {
368368
interpreter.pop().unwrap();
369369
}
370370

371-
// TODO: Here we could just reassign `file` directly, if it
371+
// FIXME: Here we could just reassign `file` directly, if it
372372
// wasn't for lexical lifetimes. Remove the whole `let
373373
// interpreter = { ... };` hack once NLL lands.
374374
// NOTE: Although DO REMEMBER to make sure the interpreter path

0 commit comments

Comments
 (0)