clippy
This commit is contained in:
@@ -131,6 +131,12 @@ impl fmt::Debug for Board {
|
||||
}
|
||||
}
|
||||
|
||||
impl Default for Board {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl Board {
|
||||
/// Create a new empty board
|
||||
pub const fn new() -> Self {
|
||||
|
||||
Reference in New Issue
Block a user