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 a05ac93 commit 45cac4bCopy full SHA for 45cac4b
.github/workflows/build.yml
@@ -93,6 +93,7 @@ jobs:
93
run: |
94
rustup toolchain install nightly
95
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-gnu
96
+ rustup component add clippy --toolchain nightly-x86_64-unknown-linux-gnu
97
98
- name: Configure Rust target (v6, v7, v8.b v8.m)
99
0 commit comments