We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffeb92a commit 14fcb14Copy full SHA for 14fcb14
.github/workflows/rust.yml
@@ -15,6 +15,7 @@ jobs:
15
rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt
16
cd rust
17
cargo fmt -- --check
18
+ rustup component add --toolchain nightly-x86_64-unknown-linux-gnu clippy
19
RUSTFLAGS="-A unused" cargo clippy -- -Dwarnings
20
cargo clippy --tests
21
- name: compile and test
0 commit comments