From 262c1efe6352a3e4dba4d8aebc4d9bd96849cd71 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Mon, 29 Dec 2014 19:40:57 -0800 Subject: Register new snapshots --- src/libstd/bitflags.rs | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/libstd/bitflags.rs') diff --git a/src/libstd/bitflags.rs b/src/libstd/bitflags.rs index a46b8a9ad90..aeb4df402a2 100644 --- a/src/libstd/bitflags.rs +++ b/src/libstd/bitflags.rs @@ -241,17 +241,6 @@ macro_rules! bitflags { } } - // NOTE(stage0): Remove impl after a snapshot - #[cfg(stage0)] - impl Not<$BitFlags> for $BitFlags { - /// Returns the complement of this set of flags. - #[inline] - fn not(&self) -> $BitFlags { - $BitFlags { bits: !self.bits } & $BitFlags::all() - } - } - - #[cfg(not(stage0))] // NOTE(stage0): Remove cfg after a snapshot impl Not<$BitFlags> for $BitFlags { /// Returns the complement of this set of flags. #[inline] -- cgit 1.4.1-3-g733a5