Static clippy_lints::const_static_lifetime::CONST_STATIC_LIFETIME []

pub static CONST_STATIC_LIFETIME: &Lint = &::lint::Lint{name: "CONST_STATIC_LIFETIME",
              default_level: ::lint::Warn,
              desc:
                  "Using explicit `\'static` lifetime for constants when elision rules would allow omitting them.",
              epoch_deny: None,}