changed name of value of enum BitMoveType to align with Rust naming conventions

This commit is contained in:
Varga Dávid Lajos
2025-11-18 17:20:40 +01:00
parent d8da808580
commit 05294a7736

View File

@@ -24,5 +24,5 @@ pub enum BitMoveType {
Quiet,
Capture,
Castle,
En_Passant
EnPassant
}