We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571ce5f commit 45007ccCopy full SHA for 45007cc
.github/workflows/main.yml
@@ -178,10 +178,9 @@ jobs:
178
with:
179
submodules: true
180
# Unlike rustfmt, stable clippy does not work on code with nightly features.
181
- # This acquires the most recent nightly with a clippy component.
182
- name: Install nightly `clippy`
183
run: |
184
- rustup set profile minimal && rustup default "nightly-$(curl -s https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)" && rustup component add clippy
+ rustup set profile minimal && rustup default nightly && rustup component add clippy
185
- uses: Swatinem/rust-cache@v2
186
- run: cargo clippy -- -D clippy::all
187
0 commit comments