Static clippy_lints::needless_continue::NEEDLESS_CONTINUE []

pub static NEEDLESS_CONTINUE: &Lint = &::lint::Lint{name: "NEEDLESS_CONTINUE",
              default_level: ::lint::Allow,
              desc:
                  "`continue` statements that can be replaced by a rearrangement of code",
              epoch_deny: None,}