dead code removal
This commit is contained in:
@@ -1,11 +1,7 @@
|
||||
use super::{bitboard::BitBoard, piece::Piece, CoordAxis, CoordPair};
|
||||
use arrayvec::ArrayVec;
|
||||
use rand::seq::IteratorRandom;
|
||||
use std::{
|
||||
cmp::Ordering,
|
||||
fmt,
|
||||
ops::{BitAndAssign, BitOrAssign},
|
||||
};
|
||||
use std::{cmp::Ordering, fmt};
|
||||
|
||||
/// Map of all points on the board against some type T
|
||||
/// Used to index like so: example[i][j]
|
||||
|
||||
Reference in New Issue
Block a user