[board] Derive Clone and Debug for MoveBuilder

This commit is contained in:
Eryn Wells 2024-01-17 08:47:35 -08:00
parent e2f8faad3d
commit 771081a5df

View file

@ -155,6 +155,7 @@ impl fmt::Debug for Move {
}
}
#[derive(Clone, Debug)]
pub struct MoveBuilder {
piece: Piece,
from: Square,