Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
warning: this `continue` expression is redundant --> src/util.rs:2056:27 | 2056 | Err(_) => 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)]` warning: this `continue` expression is redundant --> src/util.rs:2213:27 | 2213 | Err(_) => continue, | ^^^^^^^^ | = help: consider dropping the `continue` expression = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_continue [skip ci]
- Loading branch information