mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 21:33:09 +00:00
Address minor clippy lint
This commit is contained in:
parent
b82dad0160
commit
113f76eecb
1 changed files with 1 additions and 1 deletions
|
@ -348,7 +348,7 @@ fn parse_flags(continuous_mode: &mut bool, verbose: &mut bool) -> bool {
|
||||||
wgettext_fmt!(
|
wgettext_fmt!(
|
||||||
BUILTIN_ERR_UNKNOWN,
|
BUILTIN_ERR_UNKNOWN,
|
||||||
"fish_key_reader",
|
"fish_key_reader",
|
||||||
&w.argv[w.woptind - 1]
|
w.argv[w.woptind - 1]
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue