mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-25 12:28:12 +08:00
Remove partialeq for layers (#230)
# Conflicts: # Cargo.lock # core/document/Cargo.toml
This commit is contained in:
committed by
Keavon Chambers
parent
0692bc8727
commit
ece23e7c5f
@@ -6,7 +6,7 @@ use super::LayerData;
|
||||
|
||||
use std::fmt::Write;
|
||||
|
||||
#[derive(Debug, Clone, Copy, PartialEq)]
|
||||
#[derive(Debug, Clone, Copy)]
|
||||
pub struct Line {}
|
||||
|
||||
impl Line {
|
||||
|
||||
Reference in New Issue
Block a user