Static clippy_lints::loops::REVERSE_RANGE_LOOP []

pub static REVERSE_RANGE_LOOP: &Lint = &::lint::Lint{name: "REVERSE_RANGE_LOOP",
              default_level: ::lint::Deny,
              desc:
                  "iteration over an empty range, such as `10..0` or `5..5`",
              epoch_deny: None,}