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 1f29143 commit 17b3e38Copy full SHA for 17b3e38
.github/workflows/ci.yml
@@ -45,7 +45,7 @@ jobs:
45
with:
46
toolchain: ${{ matrix.rust }}
47
default: true
48
- override: false
+ override: true
49
profile: minimal
50
components: clippy
51
@@ -101,7 +101,7 @@ jobs:
101
102
103
104
105
target: x86_64-unknown-linux-musl
106
107
- name: Setup MUSL
@@ -129,7 +129,7 @@ jobs:
129
uses: actions-rs/toolchain@v1
130
131
toolchain: stable
132
133
components: rustfmt
134
135
- run: cargo fmt -- --check
0 commit comments