Replace uses of types in r#move with types from the moves package types
This commit is contained in:
parent
aaad991899
commit
d668091d0d
16 changed files with 273 additions and 280 deletions
|
|
@ -1,7 +1,7 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use crate::MakeMoveError;
|
||||
use chessfriend_moves::{BuildMoveError, BuildMoveResult, Move};
|
||||
use chessfriend_moves::BuildMoveError;
|
||||
|
||||
#[macro_export]
|
||||
macro_rules! assert_move_list {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue