removed unused imports from chessmove.rs
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
use crate::{bitboard::{bitmove::{BitMove, BitMoveType}, board::Board}, movetype::MoveType, piecetype};
|
||||
use crate::{bitboard::{bitmove::{BitMove, BitMoveType}, board::Board}};
|
||||
|
||||
use super::boardsquare::BoardSquare;
|
||||
use super::piecetype::PieceType;
|
||||
|
||||
Reference in New Issue
Block a user