removed impls of Neg
for u{8,16,32,64,size}
.
This commit is contained in:
parent
98dd376f9c
commit
a98e4713bf
1 changed files with 1 additions and 1 deletions
|
@ -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 `!`.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue