Revert "temporarily remove is_winnable because it doesn't work"

This reverts commit 5a52f2ab7a.
This commit is contained in:
2026-05-19 07:10:38 -07:00
parent 90f8fe2e77
commit 576489c226
2 changed files with 36 additions and 2 deletions
+2 -2
View File
@@ -4,8 +4,8 @@ use klondike::{
KlondikePile, KlondikePileStack, KlondikeStats, SkipCards, Tableau, TableauStack,
};
// #[cfg(test)]
// mod test;
#[cfg(test)]
mod test;
use std::fmt::Display;
struct Displayed<T>(T);