Fix tidy checks
This commit is contained in:
parent
91c1b7a929
commit
51e2a63faf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue