Skip to content

Commit

Permalink
Fix tidy checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jD91mZM2 committed Oct 18, 2018
1 parent 91c1b7a commit 51e2a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/sys/redox/process.rs
Expand Up @@ -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
Expand Down

0 comments on commit 51e2a63

Please sign in to comment.