Static clippy_lints::types::CAST_POSSIBLE_TRUNCATION []

pub static CAST_POSSIBLE_TRUNCATION: &Lint = &::lint::Lint{name: "CAST_POSSIBLE_TRUNCATION",
              default_level: ::lint::Allow,
              desc:
                  "casts that may cause truncation of the value, e.g. `x as u8` where `x: u32`, or `x as i32` where `x: f32`",
              epoch_deny: None,}