mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-29 19:10:38 +00:00
Remove redundant LayerEnveloper::ne method
This commit is contained in:
@@ -71,13 +71,8 @@ impl PartialEq for LayerEnvelope {
|
||||
#[allow(clippy::vtable_address_comparisons)]
|
||||
Arc::ptr_eq(&self.layer, &other.layer)
|
||||
}
|
||||
fn ne(&self, other: &Self) -> bool {
|
||||
!self.eq(other)
|
||||
}
|
||||
}
|
||||
|
||||
impl Eq for LayerEnvelope {}
|
||||
|
||||
impl RTreeObject for LayerEnvelope {
|
||||
type Envelope = AABB<[i128; 2]>;
|
||||
fn envelope(&self) -> Self::Envelope {
|
||||
|
||||
Reference in New Issue
Block a user