From 905da12c2f7802ed842a94192f837d42f9c5f0ca Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Mon, 13 Dec 2021 23:30:56 -0500 Subject: clean up clippy stuff --- src/cell.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cell.rs') 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 for Cell { fn eq(&self, other: &Self) -> bool { if self.len != other.len { -- cgit v1.2.3-54-g00ecf