Skip to content

Commit f02ea0e

Browse files
committed
CI: Don't deny clippy warnings
We configure that in the lint table in `Cargo.toml`.
1 parent 6ef47fb commit f02ea0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: clippy
107107
if: matrix.os == 'ubuntu-latest'
108-
run: cargo clippy --all-targets -- -D warnings
108+
run: cargo clippy --all-targets
109109

110110
# Weird targets to catch non-portable code
111111
rust-cross:

0 commit comments

Comments
 (0)