mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-21 04:39:39 +08:00
Address minor clippy lint
This commit is contained in:
parent
b82dad0160
commit
113f76eecb
@ -348,7 +348,7 @@ fn parse_flags(continuous_mode: &mut bool, verbose: &mut bool) -> bool {
|
||||
wgettext_fmt!(
|
||||
BUILTIN_ERR_UNKNOWN,
|
||||
"fish_key_reader",
|
||||
&w.argv[w.woptind - 1]
|
||||
w.argv[w.woptind - 1]
|
||||
)
|
||||
);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user