aboutsummaryrefslogtreecommitdiffstats
path: root/src/cell.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/cell.rs')
-rw-r--r--src/cell.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cell.rs b/src/cell.rs
index 857c9e2..1b44461 100644
--- a/src/cell.rs
+++ b/src/cell.rs
@@ -10,7 +10,6 @@ pub struct Cell {
attrs: crate::attrs::Attrs,
}
-#[allow(clippy::collapsible_if)]
impl PartialEq<Self> for Cell {
fn eq(&self, other: &Self) -> bool {
if self.len != other.len {