Static clippy_lints::types::CAST_SIGN_LOSS []

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