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 0692bc8727
commit ece23e7c5f
10 changed files with 13 additions and 12 deletions

View File

@@ -4,7 +4,7 @@ use super::{style, Layer, LayerData, LayerDataTypes};
use std::fmt::Write;
#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, Clone)]
pub struct Folder {
next_assignment_id: LayerId,
pub layer_ids: Vec<LayerId>,