Fix broken link in documentation
All checks were successful
ci/woodpecker/push/check Pipeline was successful
All checks were successful
ci/woodpecker/push/check Pipeline was successful
This commit is contained in:
parent
b0e9e3cbcc
commit
cb06fc10c8
|
@ -1,4 +1,4 @@
|
|||
/// A singular type for all errors that could happen during [ChessBoard::is_valid].
|
||||
/// A singular type for all errors that could happen during [crate::board::ChessBoard::is_valid].
|
||||
#[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)]
|
||||
pub enum ValidationError {
|
||||
/// Too many pieces.
|
||||
|
|
Loading…
Reference in a new issue