Fix broken link in documentation
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-04-03 21:25:45 +01:00
parent b0e9e3cbcc
commit cb06fc10c8

View file

@ -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.