diff --git a/src/mrds/trees/unbalanced.rs b/src/mrds/trees/unbalanced.rs index 7cdde8c..d8925a0 100644 --- a/src/mrds/trees/unbalanced.rs +++ b/src/mrds/trees/unbalanced.rs @@ -13,11 +13,6 @@ impl PartialEq for UnbalancedData { fn eq(&self, _other: &Self) -> bool { false } - - #[allow(clippy::partialeq_ne_impl)] - fn ne(&self, _other: &Self) -> bool { - false - } } pub struct UnbalancedNode<'a, T: Monad<'a>, A: 'a + Send + Sync> {