Static clippy_lints::int_plus_one::INT_PLUS_ONE []

pub static INT_PLUS_ONE: &Lint = &::lint::Lint{name: "INT_PLUS_ONE",
              default_level: ::lint::Warn,
              desc: "instead of using x >= y + 1, use x > y",
              epoch_deny: None,}