mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-11 13:51:16 -03:00
complete: remove stale comment
Commit a4b6348315 (clippy: fix collapsible_match lint, 2026-04-18) made
it so '$' characters are handled here, which contradicts the comment.
Remove it.
This commit is contained in:
@@ -1752,9 +1752,7 @@ enum Mode {
|
||||
mode = DoubleQuoted;
|
||||
}
|
||||
}
|
||||
_ => {
|
||||
// all other chars ignored here
|
||||
}
|
||||
_ => (),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user