use associated constant

This commit is contained in:
2026-05-17 08:42:17 -07:00
parent a450c00378
commit 5553a7e1a1
+1 -1
View File
@@ -159,7 +159,7 @@ impl TableauStack {
});
}
if let Some(tableau) = tableau.next() {
let skip_cards = SkipCards::Skip0;
let skip_cards = SkipCards::ITER_BEGIN;
return Some(Self {
tableau,
skip_cards,