Remove an unused Rank import from position.rs

This commit is contained in:
Eryn Wells 2024-02-11 10:22:10 -07:00
parent c03a804c79
commit a2865c87b0

View file

@ -9,7 +9,7 @@ use crate::{
sight::SightExt,
};
use chessfriend_bitboard::BitBoard;
use chessfriend_core::{Color, Piece, PlacedPiece, Rank, Shape, Square};
use chessfriend_core::{Color, Piece, PlacedPiece, Shape, Square};
use chessfriend_moves::EnPassant;
use std::{cell::OnceCell, fmt};