temporarily remove is_winnable because it doesn't work
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user