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