[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:
Eryn Wells 2023-12-26 09:16:55 -07:00
parent 48f393680c
commit e23c20486e
2 changed files with 2 additions and 4 deletions

View file

@ -1,8 +1,5 @@
// Eryn Wells <eryn@erynwells.me>
use super::BitBoard;
use crate::square::Square;
pub(crate) struct BitScanner {
bits: u64,
shift: u32,