mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
988e4f0a1c
The following are renamed: * `min_value` => `MIN` * `max_value` => `MAX` * `bits` => `BITS` * `bytes` => `BYTES` Fixes #10010.