remove unused import
This commit is contained in:
parent
9ab583a57e
commit
11571603db
@ -1,7 +1,6 @@
|
||||
use super::board_value::BoardValueMap;
|
||||
use crate::repr::{Board, CoordPair, Piece, Winner};
|
||||
use allocative::Allocative;
|
||||
use std::sync::LazyLock;
|
||||
|
||||
#[derive(Clone, Debug, Allocative)]
|
||||
pub struct Move {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user