mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
Fix clippy issues
This commit is contained in:
parent
1bccf2079e
commit
cbaa54cafd
11 changed files with 25 additions and 25 deletions
|
@ -1292,7 +1292,7 @@ impl IndexScheduler {
|
|||
|| must_stop_processing.get(),
|
||||
)?;
|
||||
|
||||
let document_ids = documents.iter().cloned().flatten().collect();
|
||||
let document_ids = documents.iter().flatten().cloned().collect();
|
||||
|
||||
let (new_builder, user_result) = builder.remove_documents(document_ids)?;
|
||||
builder = new_builder;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue