diff options
Diffstat (limited to 'src/libstd/num/mod.rs')
| -rw-r--r-- | src/libstd/num/mod.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/libstd/num/mod.rs b/src/libstd/num/mod.rs index 9700f8c9970..602a2240f39 100644 --- a/src/libstd/num/mod.rs +++ b/src/libstd/num/mod.rs @@ -702,7 +702,7 @@ mod tests { test_checked_next_power_of_two!(test_checked_next_power_of_two_u64, u64) test_checked_next_power_of_two!(test_checked_next_power_of_two_uint, uint) - #[deriving(Eq, Show)] + #[deriving(PartialEq, Show)] struct Value { x: int } impl ToPrimitive for Value { | 
