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.
The associated constants
MIN/MAXon integer primitives is prefered and stabilized in Rust 1.43.The module constants and
::{min,max}_valueis soft-deprecated now and will be deprecatedin the next few releases.
As such, the
REPLACE_CONSTSlints is deprecated. It could be removed and move to deprecated group.cc #2380.