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

Update rust version #10

Closed TimJentzsch closed 1 year ago

TimJentzsch commented 1 year ago

Update to the latest nightly Rust version.

The str_split_whitespace_as_str feature has been renamed to str_split_whitespace_remainder and the as_str functions to remainder.

I also fixed newly enabled Clippy lints.

TimJentzsch commented 1 year ago

I was on an old version of the repository, the nightly usage has been removed already.