fix: square error public
This commit is contained in:
parent
4acdf8063e
commit
a4efad3c14
@ -111,7 +111,7 @@ impl ColPiece {
|
|||||||
struct Square(usize);
|
struct Square(usize);
|
||||||
|
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
enum SquareError {
|
pub enum SquareError {
|
||||||
OutOfBounds,
|
OutOfBounds,
|
||||||
InvalidCharacter(char),
|
InvalidCharacter(char),
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user