rust-lang / rustfmt

Format Rust code
https://rust-lang.github.io/rustfmt/
Apache License 2.0
6.06k stars 892 forks source link

Use `usize::MAX` instead of deprecated `usize::max_value` #6331

Closed Rawk closed 2 months ago

Rawk commented 2 months ago

Since Rust 1.43.0, usize::max_value() is soft-deprecated, and usize::MAX is available and recommended.