Static clippy_lints::types::CAST_PRECISION_LOSS []

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