| Board::color_has_castling_right takes an Option<Color> which it unwraps. With that unwrapped Color, it can call… Board::color_has_castling_right_unwrapped, which performs the evaluation with a non-Option Color. Clean up some imports. | ||
|---|---|---|
| .. | ||
| src | ||
| Cargo.toml | ||