Skip to content

Commit

Permalink
removed impls of Neg for u{8,16,32,64,size}.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Apr 1, 2015
1 parent 98dd376 commit a98e471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 `!`.
Expand Down

0 comments on commit a98e471

Please sign in to comment.