From 79715e5374259ffdb7e7f8aa4f5cdb6131314d59 Mon Sep 17 00:00:00 2001 From: cscherrNT Date: Mon, 22 Jul 2024 12:56:07 +0000 Subject: [PATCH] automatic cargo CI changes --- src/game/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game/mod.rs b/src/game/mod.rs index a1f36d4..117edd5 100644 --- a/src/game/mod.rs +++ b/src/game/mod.rs @@ -10,7 +10,6 @@ pub mod response; use response::GuessResponse; pub mod evaluation; -use evaluation::*; pub mod summary;