format import
This commit is contained in:
parent
386c8a342e
commit
87c386c9a4
@ -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`]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user