mirror of
https://github.com/meilisearch/meilisearch.git
synced 2025-07-27 00:31:02 +00:00
greatly reduce the number of warnings
This commit is contained in:
@ -88,7 +88,7 @@ impl BatchKind {
|
||||
}
|
||||
|
||||
/// Return true if you must stop.
|
||||
fn accumulate(mut self, id: TaskId, kind: Kind) -> ControlFlow<Self, Self> {
|
||||
fn accumulate(self, id: TaskId, kind: Kind) -> ControlFlow<Self, Self> {
|
||||
match (self, kind) {
|
||||
// We don't batch any of these operations
|
||||
(
|
||||
|
Reference in New Issue
Block a user