1
Fork 0

removed impls of Neg for u{8,16,32,64,size}.

This commit is contained in:
Felix S. Klock II 2015-04-01 22:33:37 +02:00
parent 98dd376f9c
commit a98e4713bf

View file

@ -514,7 +514,7 @@ macro_rules! neg_impl_unsigned {
}, $($t)*} }
}
neg_impl_unsigned! { usize u8 u16 u32 u64 }
// neg_impl_unsigned! { usize u8 u16 u32 u64 }
neg_impl_numeric! { isize i8 i16 i32 i64 f32 f64 }
/// The `Not` trait is used to specify the functionality of unary `!`.