Re-add PartialEq removed in #230 (#232)

This commit is contained in:
0HyperCube
2021-07-04 22:27:09 +01:00
committed by Keavon Chambers
parent 12b373f1ab
commit 1d2bb6fb2b
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ use super::LayerData;
use std::fmt::Write;
#[derive(Debug, Clone, Copy)]
#[derive(Debug, Clone, Copy, PartialEq)]
pub struct Line {}
impl Line {