diff options
Diffstat (limited to 'rprt-engine/src/state.rs')
| -rw-r--r-- | rprt-engine/src/state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rprt-engine/src/state.rs b/rprt-engine/src/state.rs index 9487d6d..bc6fbb6 100644 --- a/rprt-engine/src/state.rs +++ b/rprt-engine/src/state.rs @@ -21,7 +21,7 @@ pub enum StateChange { }, } -#[derive(Debug, Clone, PartialEq, Eq)] +#[derive(Debug, Clone)] pub enum GroupedChangeError { OverlappingChanges { buffer: BufferID, |
