Static clippy_lints::types::CAST_SIGN_LOSS []

pub static CAST_SIGN_LOSS: &'static Lint = &::rustc::lint::Lint{name: "CAST_SIGN_LOSS",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "casts from signed types to unsigned types, e.g `x as u32` where `x: i32`",}