Static clippy_lints::regex::REGEX_MACRO []

pub static REGEX_MACRO: &Lint = &::lint::Lint{name: "REGEX_MACRO",
              default_level: ::lint::Warn,
              desc: "use of `regex!(_)` instead of `Regex::new(_)`",
              epoch_deny: None,}