We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7699d4d commit ffeb92aCopy full SHA for ffeb92a
.github/workflows/rust.yml
@@ -10,8 +10,9 @@ jobs:
10
- name: print rustc version
11
run: |
12
rustc --version
13
- - name: check code formatting
+ - name: check code formatting
14
15
+ rustup component add --toolchain nightly-x86_64-unknown-linux-gnu rustfmt
16
cd rust
17
cargo fmt -- --check
18
RUSTFLAGS="-A unused" cargo clippy -- -Dwarnings
0 commit comments