Static clippy_lints::types::UNNECESSARY_CAST []

pub static UNNECESSARY_CAST: &Lint = &::lint::Lint{name: "UNNECESSARY_CAST",
              default_level: ::lint::Warn,
              desc: "cast to the same type, e.g. `x as i32` where `x: i32`",
              epoch_deny: None,}