rename the dumpExport to dumpCreation

This commit is contained in:
Irevoire 2022-10-24 19:08:15 +02:00
parent 581d8b0a94
commit 3e45fdf7c5
No known key found for this signature in database
GPG key ID: 7A6A970C96104F1B
16 changed files with 79 additions and 77 deletions

View file

@ -59,7 +59,7 @@ impl From<KindWithContent> for AutobatchKind {
KindWithContent::IndexSwap { .. } => AutobatchKind::IndexSwap,
KindWithContent::TaskCancelation { .. }
| KindWithContent::TaskDeletion { .. }
| KindWithContent::DumpExport { .. }
| KindWithContent::DumpCreation { .. }
| KindWithContent::Snapshot => {
panic!("The autobatcher should never be called with tasks that don't apply to an index.")
}