Static clippy_lints::else_if_without_else::ELSE_IF_WITHOUT_ELSE []

pub static ELSE_IF_WITHOUT_ELSE: &Lint = &::lint::Lint{name: "ELSE_IF_WITHOUT_ELSE",
              default_level: ::lint::Allow,
              desc:
                  "if expression with an `else if`, but without a final `else` branch",
              epoch_deny: None,}