We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b3465b commit 65f94f0Copy full SHA for 65f94f0
.github/workflows/rust.yml
@@ -14,7 +14,7 @@ jobs:
14
run: |
15
cd rust
16
cargo fmt -- --check
17
- RUSTFLAGS="-A unused" cargo clippy
+ RUSTFLAGS="-A unused" cargo clippy -- -Dwarnings
18
cargo clippy --tests
19
- name: compile and test
20
0 commit comments