Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaDumitrescu authored and TomaDumitrescu committed Nov 13, 2024
1 parent bdeb17a commit fd1406b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pieces/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ pub mod pawn;
pub mod queen;
pub mod rook;

#[derive(Debug, Copy, Clone, PartialEq)]
#[derive(Debug, Copy, Clone, Hash)]
pub enum PieceType {
Pawn,
Rook,
Expand Down

0 comments on commit fd1406b

Please sign in to comment.