diff options
Diffstat (limited to 'src/libcore/ops.rs')
| -rw-r--r-- | src/libcore/ops.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/ops.rs b/src/libcore/ops.rs index adfbd14121f..8a4f603ec47 100644 --- a/src/libcore/ops.rs +++ b/src/libcore/ops.rs @@ -508,8 +508,6 @@ macro_rules! neg_impl_numeric { macro_rules! neg_impl_unsigned { ($($t:ty)*) => { neg_impl_core!{ x => { - #[cfg(stage0)] - use ::num::wrapping::WrappingOps; !x.wrapping_add(1) }, $($t)*} } } @@ -1162,7 +1160,6 @@ pub trait FnOnce<Args> { extern "rust-call" fn call_once(self, args: Args) -> Self::Output; } -#[cfg(not(stage0))] mod impls { use marker::Sized; use super::{Fn, FnMut, FnOnce}; |
