move test

This commit is contained in:
2026-05-18 12:50:12 -07:00
parent 2b305227c9
commit 2463e1a8f6
3 changed files with 4 additions and 4 deletions
+3
View File
@@ -4,6 +4,9 @@ use klondike::{
KlondikePile, KlondikePileStack, KlondikeStats, SkipCards, Tableau, TableauStack,
};
#[cfg(test)]
mod test;
use std::fmt::Display;
struct Displayed<T>(T);