kirillbobyrev / pabi

🤖 [WIP] Monte-Carlo Tree Search chess engine
https://kirillbobyrev.github.io/pabi/docs/pabi/
GNU General Public License v3.0
13 stars 1 forks source link

Gradually increase Clippy and Rust lint coverage #233

Open kirillbobyrev opened 4 months ago

kirillbobyrev commented 4 months ago

Cargo.toml has a list of warnings that would be great to enable.

Currently, doing so adds too much noise to the build but it would be great to occasionally clean the code up and enable the warnings declared there.