From 1d839e14ac3bc9959dc6d2137ab61f178a5abbac Mon Sep 17 00:00:00 2001 From: cscherrNT Date: Tue, 23 Jul 2024 09:29:15 +0000 Subject: [PATCH] automatic cargo CI changes --- src/game/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game/mod.rs b/src/game/mod.rs index 497b827..e1d8199 100644 --- a/src/game/mod.rs +++ b/src/game/mod.rs @@ -2,7 +2,7 @@ use core::panic; use std::fmt::Display; use crate::error::*; -use crate::wlist::word::{Word, WordData, WordDataRef}; +use crate::wlist::word::{Word, WordData}; use crate::wlist::WordList; use libpt::log::{debug, trace};