chore:refacto clippy
This commit is contained in:
parent
db9560dfac
commit
1dc29d0ff0
19 changed files with 98 additions and 95 deletions
|
|
@ -1,7 +1,7 @@
|
|||
pub mod dqn;
|
||||
pub mod strategy;
|
||||
|
||||
use log::{debug, error};
|
||||
use log::debug;
|
||||
use store::{CheckerMove, Color, GameEvent, GameState, PlayerId, PointsRules, Stage, TurnStage};
|
||||
pub use strategy::default::DefaultStrategy;
|
||||
pub use strategy::dqn::DqnStrategy;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue