Static clippy_lints::methods::CHARS_NEXT_CMP []

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