Refactor some clippy-pedantic errors

This commit is contained in:
stefiosif
2024-09-06 20:30:57 +03:00
parent 6b9650a6f0
commit 2093d91dfa
12 changed files with 42 additions and 47 deletions

View File

@@ -19,7 +19,7 @@ impl Game {
from_fen(fen)
}
pub const fn run(&self) {
pub const fn run() {
Board::new();
}