mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-12 19:49:47 +08:00
Fix a clippy
This commit is contained in:
parent
7af9844de0
commit
7e9b35be48
|
@ -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 New Issue
Block a user