format import
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
use super::r#move::MoveCoord;
|
||||
use crate::{
|
||||
logic::r#move::Move,
|
||||
repr::{Board, Piece, Winner},
|
||||
@@ -15,8 +16,6 @@ use std::{
|
||||
},
|
||||
};
|
||||
|
||||
use super::r#move::MoveCoord;
|
||||
|
||||
#[derive(Allocative)]
|
||||
pub struct FutureMoves {
|
||||
/// Arena containing all [`Move`]
|
||||
|
||||
Reference in New Issue
Block a user