remove unused import
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user