TimJentzsch / stonefish_engine

An amateur chess engine written in Rust.
https://lichess.org/@/StonefishEngine
GNU General Public License v3.0
2 stars 0 forks source link

Move to stable Rust #9

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

Closes #8.

This PR removes the usage of the str_split_whitespace_as_str unstable feature (using a workaround instead) to allow the engine to be compiled on stable Rust.

Additionally, newly introduced Clippy warnings have been fixed.