Static clippy_lints::types::CAST_POSSIBLE_WRAP []

pub static CAST_POSSIBLE_WRAP: &Lint = &::lint::Lint{name: "CAST_POSSIBLE_WRAP",
              default_level: ::lint::Allow,
              desc:
                  "casts that may cause wrapping around the value, e.g. `x as i32` where `x: u32` and `x > i32::MAX`",
              epoch_deny: None,}