From 9f3e21628231f3fa91ab8ff45872a76e7e11fcc4 Mon Sep 17 00:00:00 2001 From: tslil Date: Tue, 21 Oct 2025 20:36:01 +0100 Subject: Having a time with passing functions around, really feels like i'm fighting the language --- rprt-engine/src/state.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rprt-engine/src/state.rs') 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, -- cgit v1.2.3