Static clippy_lints::enum_clike::ENUM_CLIKE_UNPORTABLE_VARIANT []

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