Static clippy_lints::types::UNNECESSARY_CAST []

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