allow dead code

This commit is contained in:
2025-02-18 15:06:51 -05:00
parent 0d0b5786a2
commit 22bc4876e5
3 changed files with 12 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ pub struct ComplexAgent {
future_moves: FutureMoves,
}
#[allow(dead_code)]
impl ComplexAgent {
pub const fn new(color: Piece) -> Self {
const MAX_DEPTH: usize = 15;