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 6b56472 commit 464f903Copy full SHA for 464f903
.github/workflows/ci.yml
@@ -256,12 +256,8 @@ jobs:
256
# runs-on: ubuntu-latest
257
# steps:
258
# - uses: actions/checkout@v2
259
- # - name: Install Rust and Clippy
260
- # run: |
261
- # toolchain=nightly-$(curl -sSf https://rust-lang.github.io/rustup-components-history/x86_64-unknown-linux-gnu/clippy)
262
- # rustup set profile minimal
263
- # rustup default "$toolchain"
264
- # rustup component add clippy
+ # - name: Install Rust
+ # run: rustup toolchain install nightly --component clippy && rustup default nightly
265
# - run: cargo clippy --workspace --all-features --all-targets
266
267
fmt:
0 commit comments