Add more enum-iterator related stuff

This commit is contained in:
Kerollmops
2022-10-18 11:02:46 +02:00
committed by Clément Renault
parent 591527a99d
commit b2c5bc67b7
7 changed files with 17 additions and 22 deletions

View File

@ -687,7 +687,7 @@ impl IndexScheduler {
| KindWithContent::IndexCreation { .. }
| KindWithContent::IndexUpdate { .. }
| KindWithContent::IndexSwap { .. }
| KindWithContent::CancelTask { .. }
| KindWithContent::TaskCancelation { .. }
| KindWithContent::TaskDeletion { .. }
| KindWithContent::DumpExport { .. }
| KindWithContent::Snapshot => Ok(()),