mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-12 04:58:57 +00:00
Fix a clippy
This commit is contained in:
parent
7af9844de0
commit
7e9b35be48
1 changed files with 1 additions and 1 deletions
|
@ -1751,7 +1751,7 @@ impl ReaderData {
|
|||
|| !string_prefixes_string_maybe_case_insensitive(
|
||||
autosuggestion.icase,
|
||||
&edit.replacement,
|
||||
&remaining,
|
||||
remaining,
|
||||
)
|
||||
|| edit.replacement.len() == remaining.len()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue