use associated constant
This commit is contained in:
+1
-1
@@ -159,7 +159,7 @@ impl TableauStack {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
if let Some(tableau) = tableau.next() {
|
if let Some(tableau) = tableau.next() {
|
||||||
let skip_cards = SkipCards::Skip0;
|
let skip_cards = SkipCards::ITER_BEGIN;
|
||||||
return Some(Self {
|
return Some(Self {
|
||||||
tableau,
|
tableau,
|
||||||
skip_cards,
|
skip_cards,
|
||||||
|
|||||||
Reference in New Issue
Block a user