allow dead code
This commit is contained in:
@@ -24,6 +24,7 @@ impl std::fmt::Display for Game {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(dead_code)]
|
||||
impl Game {
|
||||
pub fn new(player1: Box<dyn Agent>, player2: Box<dyn Agent>) -> Self {
|
||||
let player1_color = player1.color();
|
||||
|
||||
Reference in New Issue
Block a user