Static clippy_lints::ranges::RANGE_MINUS_ONE []

pub static RANGE_MINUS_ONE: &Lint = &::lint::Lint{name: "RANGE_MINUS_ONE",
              default_level: ::lint::Warn,
              desc: "`x..=(y-1)` reads better as `x..y`",
              epoch_deny: None,}