Skip to content

Commit a98e471

Browse files
committed
removed impls of Neg for u{8,16,32,64,size}.
1 parent 98dd376 commit a98e471

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libcore/ops.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ macro_rules! neg_impl_unsigned {
514514
}, $($t)*} }
515515
}
516516

517-
neg_impl_unsigned! { usize u8 u16 u32 u64 }
517+
// neg_impl_unsigned! { usize u8 u16 u32 u64 }
518518
neg_impl_numeric! { isize i8 i16 i32 i64 f32 f64 }
519519

520520
/// The `Not` trait is used to specify the functionality of unary `!`.

0 commit comments

Comments
 (0)