From 8e26885262dfb12dca0f96d7d704f8c3dac86e34 Mon Sep 17 00:00:00 2001 From: timofey Date: Sun, 15 Oct 2023 10:43:59 +0000 Subject: [PATCH] UnbalancedData::ne??? --- src/mrds/trees/unbalanced.rs | 5 ----- 1 file changed, 5 deletions(-) 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> {