UnbalancedData::ne???
This commit is contained in:
parent
eb1a462782
commit
8e26885262
@ -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> {
|
||||||
|
Loading…
Reference in New Issue
Block a user