mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-16 07:12:46 +08:00
Remove stale todo comment
This has been fixed.
This commit is contained in:
parent
24a32d5202
commit
9fd1fd366c
|
@ -486,7 +486,6 @@ impl<'a> ExecutionContext {
|
||||||
let mut errors = ParseErrorList::new();
|
let mut errors = ParseErrorList::new();
|
||||||
|
|
||||||
// Get the unexpanded command string. We expect to always get it here.
|
// Get the unexpanded command string. We expect to always get it here.
|
||||||
// todo!("remove clone")
|
|
||||||
let unexp_cmd = self.node_source(&statement.command);
|
let unexp_cmd = self.node_source(&statement.command);
|
||||||
let pos_of_command_token = statement.command.range().unwrap().start();
|
let pos_of_command_token = statement.command.range().unwrap().start();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user