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 c074547 commit e22d277Copy full SHA for e22d277
.github/workflows/tests.yaml
@@ -22,14 +22,6 @@ jobs:
22
rustup toolchain install ${{ matrix.rust }} --profile=minimal
23
rustup override set ${{ matrix.rust }}
24
25
- - name: Install rustfmt + clippy
26
- if: matrix.rust == 'stable'
27
- run: |
28
- # remove non-rustup-managed versions already present in default image
29
- rm -f /home/runner/.cargo/bin/{rustfmt,cargo-fmt}
30
-
31
- rustup toolchain install ${{ matrix.rust }} --profile=minimal --component=clippy,rustfmt
32
33
- name: Check Fmt
34
if: matrix.rust == 'stable'
35
run: cargo fmt --check
0 commit comments