mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-21 12:28:12 +08:00
Remove partialeq for layers (#230)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user