aboutsummaryrefslogtreecommitdiff
path: root/rprt-engine/src/selection.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rprt-engine/src/selection.rs')
-rw-r--r--rprt-engine/src/selection.rs1
1 files changed, 1 insertions, 0 deletions
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 },
}