split code
This commit is contained in:
parent
b3a1e476b2
commit
01253b66de
6 changed files with 403 additions and 381 deletions
|
|
@ -634,7 +634,7 @@ pub enum IllegalPositionReason {
|
|||
/// There is an impossible number of pieces.
|
||||
///
|
||||
/// Enforcing this enables to put an upper limit on the number of legal moves on any position,
|
||||
/// allowing to reduce the size of [`Moves`].
|
||||
/// allowing to reduce the size of [`Moves`](crate::moves::Moves).
|
||||
TooMuchMaterial = 64,
|
||||
/// The pawn that can be taken en passant is pinned diagonally to the playing king.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue