Static clippy_lints::len_zero::LEN_ZERO []

pub static LEN_ZERO: &Lint = &::lint::Lint{name: "LEN_ZERO",
              default_level: ::lint::Warn,
              desc:
                  "checking `.len() == 0` or `.len() > 0` (or similar) when `.is_empty()` could be used instead",
              epoch_deny: None,}