Static clippy_lints::enum_clike::ENUM_CLIKE_UNPORTABLE_VARIANT []

pub static ENUM_CLIKE_UNPORTABLE_VARIANT: &Lint = &::lint::Lint{name: "ENUM_CLIKE_UNPORTABLE_VARIANT",
              default_level: ::lint::Deny,
              desc:
                  "C-like enums that are `repr(isize/usize)` and have values that don\'t fit into an `i32`",
              epoch_deny: None,}