diff --git a/src/lib.rs b/src/lib.rs index e527fba..3bf493c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1574,7 +1574,7 @@ impl fmt::Debug for Grid { } } -impl PartialEq for Grid { +impl PartialEq for Grid { fn eq(&self, other: &Self) -> bool { if self.rows != other.rows || self.cols != other.cols { return false;