temporarily remove is_winnable because it doesn't work

This commit is contained in:
2026-05-18 12:52:24 -07:00
parent e014c3496d
commit 5a52f2ab7a
2 changed files with 2 additions and 36 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);