[board] Build error and warning fixes
- Remove unused import from bit_scanner.rs - Rename PieceShape → Shape in the Position tests
This commit is contained in:
parent
48f393680c
commit
e23c20486e
2 changed files with 2 additions and 4 deletions
|
@ -1,8 +1,5 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use super::BitBoard;
|
||||
use crate::square::Square;
|
||||
|
||||
pub(crate) struct BitScanner {
|
||||
bits: u64,
|
||||
shift: u32,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue