chore: fix warnings
This commit is contained in:
parent
4ca186b67e
commit
71594051f5
@ -20,7 +20,7 @@ use chess_inator::Board;
|
||||
use std::io;
|
||||
use std::sync::mpsc::channel;
|
||||
use std::thread;
|
||||
use std::time::{Duration, Instant};
|
||||
use std::time::Duration;
|
||||
|
||||
/// UCI protocol says to ignore any unknown words.
|
||||
///
|
||||
|
@ -14,7 +14,7 @@ Copyright © 2024 dogeystamp <dogeystamp@disroot.org>
|
||||
//! Game-tree search.
|
||||
|
||||
use crate::eval::{Eval, EvalInt};
|
||||
use crate::movegen::{Move, MoveGen, ToUCIAlgebraic};
|
||||
use crate::movegen::{Move, MoveGen};
|
||||
use crate::{Board, Piece};
|
||||
use std::cmp::max;
|
||||
use std::sync::mpsc;
|
||||
|
Loading…
Reference in New Issue
Block a user