Static clippy_lints::ranges::RANGE_PLUS_ONE []

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