Address minor clippy lint

This commit is contained in:
Johannes Altmanninger 2024-01-07 22:14:48 +01:00
parent b82dad0160
commit 113f76eecb

View file

@ -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;