Refactor some clippy-pedantic errors
This commit is contained in:
@@ -19,7 +19,7 @@ impl Game {
|
||||
from_fen(fen)
|
||||
}
|
||||
|
||||
pub const fn run(&self) {
|
||||
pub const fn run() {
|
||||
Board::new();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user