clippy
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use crate::{
|
||||
agent::Agent,
|
||||
board::{Board, BOARD_SIZE},
|
||||
misc::{offsets, split_from},
|
||||
misc::offsets,
|
||||
piece::Piece,
|
||||
};
|
||||
use rand::{seq::IteratorRandom, Rng};
|
||||
use rand::seq::IteratorRandom;
|
||||
|
||||
pub struct ComplexAgent {
|
||||
color: Piece,
|
||||
|
||||
Reference in New Issue
Block a user