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
@@ -2,9 +2,6 @@ pub type Rng = rand::rngs::StdRng;
use card_game::{Card, Game, Pile, Rank, Stack};
#[cfg(test)]
mod test;
// test readme
#[doc = include_str!("../README.md")]
#[cfg(doctest)]