[position] Remove some unused imports
This commit is contained in:
parent
c3a43fd2ed
commit
ecde338602
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ use chessfriend_moves::{
|
|||
},
|
||||
GeneratedMove, Move, MoveRecord,
|
||||
};
|
||||
pub use make_move::{MakeMoveError, ValidateMove};
|
||||
pub use make_move::ValidateMove;
|
||||
|
||||
use captures::CapturesList;
|
||||
use chessfriend_bitboard::BitBoard;
|
||||
|
@ -19,7 +19,7 @@ use chessfriend_board::{
|
|||
display::DiagramFormatter, fen::ToFenStr, Board, PlacePieceError, PlacePieceStrategy,
|
||||
};
|
||||
use chessfriend_core::{Color, Piece, Shape, Square};
|
||||
use std::{cell::OnceCell, fmt};
|
||||
use std::fmt;
|
||||
|
||||
#[must_use]
|
||||
#[derive(Clone, Debug, Default, Eq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue