Remove partialeq for layers (#230)

# Conflicts:
#	Cargo.lock
#	core/document/Cargo.toml
This commit is contained in:
0HyperCube
2021-06-29 21:06:37 +01:00
committed by Keavon Chambers
parent 6db1d907c3
commit df6f3fd9e8
10 changed files with 13 additions and 12 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ use std::fmt::Write;
use super::{style, LayerData};
#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, Clone)]
pub struct PolyLine {
points: Vec<glam::DVec2>,
}