Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Resolve needless_continue pedantic clippy lint
warning: this `continue` expression is redundant --> src/expr.rs:2246:21 | 2246 | continue; | ^^^^^^^^ | = help: consider dropping the `continue` expression = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_continue = note: `-W clippy::needless-continue` implied by `-W clippy::pedantic` = help: to override `-W clippy::pedantic` add `#[allow(clippy::needless_continue)]`
- Loading branch information