diff options
| author | tslil <tslil@posteo.de> | 2025-10-21 20:36:01 +0100 |
|---|---|---|
| committer | tslil <tslil@posteo.de> | 2025-10-21 21:54:56 +0100 |
| commit | 9f3e21628231f3fa91ab8ff45872a76e7e11fcc4 (patch) | |
| tree | dd631d501a4f5eba47dac439879a9e8628556468 /rprt-engine/src/state.rs | |
| parent | caf3cbdd94ec8341f3233bb31c04c72f99502ed9 (diff) | |
Having a time with passing functions around, really feels like i'm fighting the language
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, |
