darfink / detour-rs

A cross-platform detour library written in Rust
Other
389 stars 71 forks source link

Remove obsolete const_fn feature gate on nightly #22

Closed HybridEidolon closed 3 years ago

HybridEidolon commented 3 years ago

const_fn feature flag was removed in PRs rust-lang/rust#85109 and rust-lang/rust#85125. The presence of the flag breaks compatibility with recent nightlies. The flag was removed from the compiler as it is no longer checked by any of the related code.

Fixed #21

darfink commented 3 years ago

Awesome, thanks! One step closer to not requiring nightly.