[core,board] Update all use imports referring to Square, Rank, and File

This commit is contained in:
Eryn Wells 2024-01-24 08:32:09 -08:00
parent 3c3a62345d
commit 106800bcb3
16 changed files with 40 additions and 40 deletions

View file

@ -16,6 +16,5 @@ mod sight;
pub use piece::{Color, Piece};
pub use position::{MoveBuilder as MakeMoveBuilder, Position, PositionBuilder};
pub use r#move::{Castle, MakeMoveError, Move, MoveBuilder};
pub use square::{File, Rank, Square};
pub(crate) use bitboard::BitBoard;