mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-05 00:01:15 -03:00
Remove stale todo comment
This has been fixed.
This commit is contained in:
@@ -486,7 +486,6 @@ fn expand_command(
|
||||
let mut errors = ParseErrorList::new();
|
||||
|
||||
// Get the unexpanded command string. We expect to always get it here.
|
||||
// todo!("remove clone")
|
||||
let unexp_cmd = self.node_source(&statement.command);
|
||||
let pos_of_command_token = statement.command.range().unwrap().start();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user