We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b591154 commit 745db68Copy full SHA for 745db68
.github/workflows/rust.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Run fmt
32
run: cargo fmt --all -- --check
33
- name: Clippy
34
- run: cargo clippy --all --all-features -- -D warning
+ run: cargo clippy --all --all-features -- -D warnings
35
- name: Build
36
run: cargo build --all --all-features --verbose
37
- name: Run tests
0 commit comments