Fix clippy::needless_borrow lint violations (#36444)
Release Notes: - N/A
This commit is contained in:
parent
eecf142f06
commit
9e0e233319
242 changed files with 801 additions and 821 deletions
|
@ -330,7 +330,7 @@ async fn fuzzy_search(
|
|||
.collect::<Vec<_>>();
|
||||
let mut matches = match_strings(
|
||||
&candidates,
|
||||
&query,
|
||||
query,
|
||||
false,
|
||||
true,
|
||||
100,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue