rust-num / num-derive

Procedural macros to derive numeric traits in Rust
Apache License 2.0
166 stars 24 forks source link

Replace dummy-const with anon-const #62

Closed cuviper closed 8 months ago

cuviper commented 8 months ago

This has been supported since Rust 1.37, and the old way is about to start raising a warning from RFC 3373.

Fixes #60.