Remove the push_unsafe! and pop_unsafe! macros.

This is a [breaking change].
This commit is contained in:
Nick Cameron 2015-10-12 15:50:12 +13:00
parent 81b3b27cf5
commit d399098fd8
9 changed files with 2 additions and 251 deletions

View file

@ -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)]