[board] Rename PiecePlacementError::PieceExistsOnSquare → ExistsOnSquare
This commit is contained in:
parent
80b78a8fef
commit
1575c83d31
2 changed files with 2 additions and 2 deletions
|
@ -47,7 +47,7 @@ impl Shape {
|
|||
|
||||
#[derive(Debug, Eq, PartialEq)]
|
||||
pub enum PiecePlacementError {
|
||||
PieceExistsOnSquare,
|
||||
ExistsOnSquare,
|
||||
}
|
||||
|
||||
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue