mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Add more enum-iterator related stuff
This commit is contained in:
parent
607a0600e5
commit
6276b2a382
7 changed files with 17 additions and 22 deletions
|
@ -687,7 +687,7 @@ impl IndexScheduler {
|
|||
| KindWithContent::IndexCreation { .. }
|
||||
| KindWithContent::IndexUpdate { .. }
|
||||
| KindWithContent::IndexSwap { .. }
|
||||
| KindWithContent::CancelTask { .. }
|
||||
| KindWithContent::TaskCancelation { .. }
|
||||
| KindWithContent::TaskDeletion { .. }
|
||||
| KindWithContent::DumpExport { .. }
|
||||
| KindWithContent::Snapshot => Ok(()),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue