clippy
This commit is contained in:
parent
7446cf90f6
commit
bcbc232f41
@ -86,9 +86,8 @@ mod test {
|
|||||||
let mut b = BitBoard::new();
|
let mut b = BitBoard::new();
|
||||||
for i in 0..BOARD_SIZE {
|
for i in 0..BOARD_SIZE {
|
||||||
for j in 0..BOARD_SIZE {
|
for j in 0..BOARD_SIZE {
|
||||||
assert_eq!(
|
assert!(
|
||||||
b.get(i, j),
|
!b.get(i, j),
|
||||||
false,
|
|
||||||
"A just-initalized BitBoard should be completely empty"
|
"A just-initalized BitBoard should be completely empty"
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user