mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-28 01:11:15 -03:00
Fix a clippy
This commit is contained in:
@@ -1751,7 +1751,7 @@ fn try_apply_edit_to_autosuggestion(&mut self, elt: EditableLineTag, edit: &Edit
|
||||
|| !string_prefixes_string_maybe_case_insensitive(
|
||||
autosuggestion.icase,
|
||||
&edit.replacement,
|
||||
&remaining,
|
||||
remaining,
|
||||
)
|
||||
|| edit.replacement.len() == remaining.len()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user