automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-07-25 15:08:52 +00:00 committed by github-actions[bot]
parent 8f96f6662a
commit f2876b4204
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
use std::{fmt::Display, str::FromStr}; use std::{fmt::Display, str::FromStr};
use crate::{ use crate::{
error::{Error, SolverError, WResult}, error::{SolverError, WResult},
game::{response::*, Game}, game::{response::*, Game},
wlist::{ wlist::{
word::{Word, WordData}, word::{Word, WordData},

View File

@ -11,7 +11,7 @@ pub mod builtin;
pub mod word; pub mod word;
use word::*; use word::*;
use crate::error::{Error, WResult, WordlistError}; use crate::error::{WResult, WordlistError};
pub type AnyWordlist = Box<dyn WordList>; pub type AnyWordlist = Box<dyn WordList>;