We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d5d2 commit d1acbafCopy full SHA for d1acbaf
.github/workflows/rust.yml
@@ -12,8 +12,10 @@ jobs:
12
rustc --version
13
- name: check code formatting
14
run: |
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