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 6ea7025 commit 03e37a6Copy full SHA for 03e37a6
.github/workflows/rust.yml
@@ -23,7 +23,7 @@ jobs:
23
# Ensure clippy is installed
24
- uses: actions-rust-lang/setup-rust-toolchain@v1
25
with:
26
- target: 1.83.0
+ toolchain: 1.83.0z
27
components: clippy
28
- name: Clippy Check
29
uses: clechasseur/rs-clippy-check@v4
@@ -40,7 +40,7 @@ jobs:
40
# Ensure rustfmt is installed
41
42
43
44
components: rustfmt
45
- name: Rustfmt Check
46
uses: actions-rust-lang/rustfmt@v1
0 commit comments