[core] Remove an unused import
This commit is contained in:
parent
4b148529a1
commit
659ffb6130
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue