Static clippy_lints::if_not_else::IF_NOT_ELSE []

pub static IF_NOT_ELSE: &'static Lint = &::rustc::lint::Lint{name: "IF_NOT_ELSE",
                     default_level: ::rustc::lint::Allow,
                     desc:
                         "`if` branches that could be swapped so no negation operation is necessary on the condition",}