Remove the push_unsafe! and pop_unsafe! macros.
This is a [breaking change].
This commit is contained in:
parent
81b3b27cf5
commit
d399098fd8
9 changed files with 2 additions and 251 deletions
|
|
@ -765,8 +765,6 @@ pub type SpannedIdent = Spanned<Ident>;
|
|||
pub enum BlockCheckMode {
|
||||
DefaultBlock,
|
||||
UnsafeBlock(UnsafeSource),
|
||||
PushUnsafeBlock(UnsafeSource),
|
||||
PopUnsafeBlock(UnsafeSource),
|
||||
}
|
||||
|
||||
#[derive(Clone, PartialEq, Eq, RustcEncodable, RustcDecodable, Hash, Debug, Copy)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue