diff --git a/src/lib.rs b/src/lib.rs index eae6c53..3db5446 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -991,7 +991,6 @@ impl Ord for NotNan { } } -#[allow(clippy::derive_partial_eq_without_eq)] impl Hash for NotNan { #[inline] fn hash(&self, state: &mut H) {