Static clippy_lints::methods::CHARS_LAST_CMP []

pub static CHARS_LAST_CMP: &Lint = &::lint::Lint{name: "CHARS_LAST_CMP",
              default_level: ::lint::Warn,
              desc:
                  "using `.chars().last()` or `.chars().next_back()` to check if a string ends with a char",
              epoch_deny: None,}