From 85e022f0fb665d13ed5591cfda3fb95afca800d2 Mon Sep 17 00:00:00 2001 From: LinlyBoi Date: Thu, 4 May 2023 22:52:02 +0300 Subject: [PATCH] moved to the tests file --- src/gamedata/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/gamedata/mod.rs b/src/gamedata/mod.rs index 2253daa..74874be 100644 --- a/src/gamedata/mod.rs +++ b/src/gamedata/mod.rs @@ -7,7 +7,6 @@ mod tests; use array2d::Array2D; pub use indices::*; -use self::score_checkers::scan; #[derive(Clone)] pub struct Board { red_score: i32,