Static clippy_lints::ptr::CMP_NULL []

pub static CMP_NULL: &'static Lint = &::rustc::lint::Lint{name: "CMP_NULL",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "comparing a pointer to a null pointer, suggesting to use `.is_null()` instead.",}