generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
8f96f6662a
commit
f2876b4204
|
@ -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},
|
||||||
|
|
|
@ -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>;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue