mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-22 03:05:26 +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!(
|
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…
x
Reference in New Issue
Block a user