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.
2 parents 57947dd + 3dbec78 commit e4a9590Copy full SHA for e4a9590
.github/workflows/rust.yml
@@ -112,6 +112,6 @@ jobs:
112
- name: Obtain Rust
113
run: rustup override set $MSRV
114
- name: Check clippy
115
- run: rustup component add clippy && cargo clippy
+ run: rustup component add clippy && cargo clippy -- -Dwarnings
116
- name: Check formatting
117
run: rustup component add rustfmt && cargo fmt -- --check
0 commit comments