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 8040d3f commit 50e5a82Copy full SHA for 50e5a82
.github/workflows/ci.yml
@@ -95,7 +95,8 @@ jobs:
95
- name: Install toolchain
96
uses: actions-rust-lang/setup-rust-toolchain@v1
97
with:
98
- rustflags: ""
+ rustflags: ""
99
+ components: clippy
100
101
- uses: extractions/setup-just@v2
102
.github/workflows/nightly.yml
@@ -38,7 +38,8 @@ jobs:
38
39
40
41
42
43
44
45
.github/workflows/release.yml
0 commit comments