Static clippy_lints::collapsible_if::COLLAPSIBLE_IF []

pub static COLLAPSIBLE_IF: &'static Lint = &::rustc::lint::Lint{name: "COLLAPSIBLE_IF",
                     default_level: ::rustc::lint::Warn,
                     desc:
                         "`if`s that can be collapsed (e.g. `if x { if y { ... } }` and `else { if x { ... } }`)",}