Static clippy_lints::collapsible_if::COLLAPSIBLE_IF []

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