Fix rebase fallout

This commit is contained in:
Jonas Schievink 2020-09-12 15:18:50 +02:00
parent 7af964fecf
commit cd5d7201ad
1 changed files with 6 additions and 5 deletions

View File

@ -588,11 +588,12 @@ impl Conflicts<'a> {
}
StatementKind::SetDiscriminant { .. }
| StatementKind::StorageLive(_)
| StatementKind::StorageDead(_)
| StatementKind::Retag(_, _)
| StatementKind::FakeRead(_, _)
| StatementKind::AscribeUserType(_, _)
| StatementKind::StorageLive(..)
| StatementKind::StorageDead(..)
| StatementKind::Retag(..)
| StatementKind::FakeRead(..)
| StatementKind::AscribeUserType(..)
| StatementKind::Coverage(..)
| StatementKind::Nop => {}
}
}