mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 18:27:26 +00:00
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.