1
Fork 0

Remove some last remants of {push,pop}_unsafe!

These macros have already been removed, but there was still some code
handling these macros. That code is now removed.
This commit is contained in:
Smitty 2021-05-17 17:19:48 -04:00
parent 289ada5ed4
commit 45c55540a8
10 changed files with 13 additions and 54 deletions

View file

@ -1205,8 +1205,6 @@ pub struct ExprField<'hir> {
pub enum BlockCheckMode {
DefaultBlock,
UnsafeBlock(UnsafeSource),
PushUnsafeBlock(UnsafeSource),
PopUnsafeBlock(UnsafeSource),
}
#[derive(Copy, Clone, PartialEq, Encodable, Debug, HashStable_Generic)]