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

This commit is contained in:
0HyperCube
2021-07-04 14:27:09 -07:00
committed by GitHub
parent cd52629c80
commit 7b65409c58
8 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ use crate::{
DocumentError, DocumentResponse, LayerId, Operation,
};
#[derive(Debug, Clone)]
#[derive(Debug, Clone, PartialEq)]
pub struct Document {
pub root: Layer,
pub work: Layer,