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