mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 11:17:26 +03:00
4206f9fc16
Per their documentation, the `max_value()` and `min_value()` associated functions have been superseded by the `MAX` and `MIN` associated constants since Rust 1.43 and are considered "soft deprecated", with all uses currently being replaced in the rustc repo.