Make clippy happy

This commit is contained in:
Kerollmops 2023-06-22 18:26:38 +02:00 committed by Clément Renault
parent 9917bf046a
commit b132e859f7
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 4 additions and 5 deletions

View file

@ -582,7 +582,7 @@ pub fn perform_search(
if fields.iter().all(|f| f != "*") {
let fields: Vec<_> = fields
.into_iter()
.iter()
.map(|n| {
(
n,