allow dead code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user