Skip to content

Commit 84fb3fb

Browse files
committed
Remove CI failure when clippy has a warning
- Clippy should not fail CI since clippy can add/remove lints at-will between versions
1 parent 2fd0804 commit 84fb3fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
toolchain: ${{ matrix.rust }}
122122
components: clippy
123123
- name: Run cargo clippy
124-
run: cargo clippy --all-targets --all-features -- -D warnings
124+
run: cargo clippy --all-targets --all-features
125125
cargo_deny:
126126
name: Cargo Deny
127127
strategy:

0 commit comments

Comments
 (0)