Static clippy_lints::types::CAST_PRECISION_LOSS []

pub static CAST_PRECISION_LOSS: &'static Lint = &::rustc::lint::Lint{name: "CAST_PRECISION_LOSS",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "casts that cause loss of precision, e.g. `x as f32` where `x: u64`",}