mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 16:51:01 +00:00
Make clippy happy
This commit is contained in:
committed by
Clément Renault
parent
9917bf046a
commit
b132e859f7
@ -582,7 +582,7 @@ pub fn perform_search(
|
||||
|
||||
if fields.iter().all(|f| f != "*") {
|
||||
let fields: Vec<_> = fields
|
||||
.into_iter()
|
||||
.iter()
|
||||
.map(|n| {
|
||||
(
|
||||
n,
|
||||
|
Reference in New Issue
Block a user