We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00a936d commit 1f295d6Copy full SHA for 1f295d6
.github/workflows/rust.yml
@@ -31,10 +31,10 @@ jobs:
31
run: cargo fmt --all --check
32
33
- name: Clippy (default features)
34
- run: cargo clippy --all-targets -- -D warnings -D clippy::pedantic
+ run: cargo clippy --all-targets -- -D warnings -D clippy::pedantic -A clippy::needless_continue
35
36
- name: Clippy (all features)
37
- run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::pedantic
+ run: cargo clippy --all-targets --all-features -- -D warnings -D clippy::pedantic -A clippy::needless_continue
38
39
- name: Run tests
40
run: cargo test --verbose
0 commit comments