Remove partialeq for layers (#230)

This commit is contained in:
0HyperCube
2021-06-29 21:06:37 +01:00
committed by GitHub
parent 3ba570fa68
commit 69a446091f
10 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use crate::{
DocumentError, DocumentResponse, LayerId, Operation,
};
#[derive(Debug, Clone, PartialEq)]
#[derive(Debug, Clone)]
pub struct Document {
pub root: Layer,
pub work: Layer,