UnbalancedData::ne???
All checks were successful
buildbot/cargo fmt (1.72) Build done.
buildbot/cargo clippy (1.72) Build done.
buildbot/cargo clippy (1.65) Build done.
buildbot/cargo doc (1.72) Build done.
buildbot/cargo test (1.65) Build done.

This commit is contained in:
AF 2023-10-15 10:43:59 +00:00
parent eb1a462782
commit 8e26885262

View File

@ -13,11 +13,6 @@ impl PartialEq for UnbalancedData {
fn eq(&self, _other: &Self) -> bool { fn eq(&self, _other: &Self) -> bool {
false false
} }
#[allow(clippy::partialeq_ne_impl)]
fn ne(&self, _other: &Self) -> bool {
false
}
} }
pub struct UnbalancedNode<'a, T: Monad<'a>, A: 'a + Send + Sync> { pub struct UnbalancedNode<'a, T: Monad<'a>, A: 'a + Send + Sync> {