Static clippy_lints::loops::MUT_RANGE_BOUND []

pub static MUT_RANGE_BOUND: &Lint = &::lint::Lint{name: "MUT_RANGE_BOUND",
              default_level: ::lint::Warn,
              desc:
                  "for loop over a range where one of the bounds is a mutable variable",
              epoch_deny: None,}