Static clippy_lints::types::CAST_LOSSLESS []

pub static CAST_LOSSLESS: &Lint = &::lint::Lint{name: "CAST_LOSSLESS",
              default_level: ::lint::Warn,
              desc:
                  "casts using `as` that are known to be lossless, e.g. `x as u64` where `x: u8`",
              epoch_deny: None,}