Static clippy_lints::regex::REGEX_MACRO []

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