Remove/Deprecate the REPLACE_CONSTS lints #5346
Labels
E-help-wanted
Call for participation: Help is requested to fix this issue.
good-first-issue
These issues are a good way to get started with Clippy
The associated constants
MIN/MAX
on integer primitives is prefered and stabilized in Rust 1.43.The module constants and
::{min,max}_value
is soft-deprecated now and will be deprecatedin the next few releases.
As such, the
REPLACE_CONSTS
lints is deprecated. It could be removed and move to deprecated group.cc #2380.
The text was updated successfully, but these errors were encountered: