pleco-rs / Pleco

A Rust-based re-write of the Stockfish Chess Engine
https://crates.io/crates/pleco
GNU General Public License v3.0
365 stars 37 forks source link

Fix Build Errors #139

Closed chase-manning closed 1 year ago

chase-manning commented 1 year ago

const_fn is dead, const_mut_refs should be used instead

Fixes: #137

chase-manning commented 1 year ago

@sfleischman105 Quick review to fix build please 😄