remove unused import

This commit is contained in:
Simon Gardling 2025-03-20 02:17:39 -04:00
parent 9ab583a57e
commit 11571603db
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -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 {