Replace uses of types in r#move with types from the moves package types

This commit is contained in:
Eryn Wells 2024-02-25 09:52:40 -08:00
parent aaad991899
commit d668091d0d
16 changed files with 273 additions and 280 deletions

View file

@ -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 {