[core] Remove an unused import

This commit is contained in:
Eryn Wells 2025-06-08 17:34:52 -07:00
parent 4b148529a1
commit 659ffb6130

View file

@ -4,7 +4,7 @@ mod display;
pub use self::display::{PieceDisplay, PieceDisplayStyle};
use crate::{Color, Shape, Square};
use crate::{Color, Shape};
#[derive(Clone, Copy, Debug, Eq, Hash, PartialEq)]
pub struct Piece {