Static clippy_lints::replace_consts::REPLACE_CONSTS []

pub static REPLACE_CONSTS: &Lint = &::lint::Lint{name: "REPLACE_CONSTS",
              default_level: ::lint::Allow,
              desc:
                  "Lint usages of standard library `const`s that could be replaced by `const fn`s",
              epoch_deny: None,}