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 607a0600e5
commit 6276b2a382
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
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(()),