Static clippy_lints::methods::CHARS_NEXT_CMP []

pub static CHARS_NEXT_CMP: &'static Lint = &::rustc::lint::Lint{name: "CHARS_NEXT_CMP",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "using `.chars().next()` to check if a string starts with a char",}