From caf3cbdd94ec8341f3233bb31c04c72f99502ed9 Mon Sep 17 00:00:00 2001 From: tslil Date: Mon, 20 Oct 2025 20:34:04 +0100 Subject: Changed monad, impl. some grouped semantics, not completely satisfied --- rprt-engine/src/selection.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'rprt-engine/src/selection.rs') diff --git a/rprt-engine/src/selection.rs b/rprt-engine/src/selection.rs index 968d859..9e59ba5 100644 --- a/rprt-engine/src/selection.rs +++ b/rprt-engine/src/selection.rs @@ -23,6 +23,7 @@ impl Display for Rank { } } +#[derive(Debug)] pub enum SelectionError { InvalidPromotion { from: Rank, to: Rank }, } -- cgit v1.2.3