Closed
Description
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 deprecated
in the next few releases.
As such, the REPLACE_CONSTS
lints is deprecated. It could be removed and move to deprecated group.
cc #2380.