mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Make clippy happy
This commit is contained in:
parent
9917bf046a
commit
b132e859f7
2 changed files with 4 additions and 5 deletions
|
@ -582,7 +582,7 @@ pub fn perform_search(
|
|||
|
||||
if fields.iter().all(|f| f != "*") {
|
||||
let fields: Vec<_> = fields
|
||||
.into_iter()
|
||||
.iter()
|
||||
.map(|n| {
|
||||
(
|
||||
n,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue