mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Make clippy happy
This commit is contained in:
parent
3fda1942c0
commit
373995dca9
7 changed files with 31 additions and 30 deletions
|
@ -207,7 +207,7 @@ impl BatchKind {
|
|||
|
||||
(BatchKind::Settings { settings_ids }, Kind::DocumentClear) => {
|
||||
ControlFlow::Continue(BatchKind::ClearAndSettings {
|
||||
settings_ids: settings_ids.clone(),
|
||||
settings_ids: settings_ids,
|
||||
other: vec![id],
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue