[board] Clean up imports in fen.rs
This commit is contained in:
parent
f08a4c66a1
commit
6292421b1c
1 changed files with 2 additions and 6 deletions
|
@ -1,11 +1,7 @@
|
|||
// Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
use crate::{
|
||||
piece::{Piece, PlacedPiece},
|
||||
r#move::Castle,
|
||||
Color, Position,
|
||||
};
|
||||
use chessfriend_core::{File, Rank, Square};
|
||||
use crate::{r#move::Castle, Position};
|
||||
use chessfriend_core::{Color, File, Piece, PlacedPiece, Rank, Square};
|
||||
use std::fmt::Write;
|
||||
|
||||
#[derive(Clone, Copy, Debug, Eq, PartialEq)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue