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
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,