diff options
Diffstat (limited to 'src/libstd/num/float.rs')
| -rw-r--r-- | src/libstd/num/float.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libstd/num/float.rs b/src/libstd/num/float.rs index 909eac0cb69..4dd6fd25333 100644 --- a/src/libstd/num/float.rs +++ b/src/libstd/num/float.rs @@ -331,8 +331,6 @@ impl Num for float {} impl Eq for float { #[inline] fn eq(&self, other: &float) -> bool { (*self) == (*other) } - #[inline] - fn ne(&self, other: &float) -> bool { (*self) != (*other) } } #[cfg(not(test))] |
