Skip to content

Commit 33bb734

Browse files
Stable clippy
1 parent 160820b commit 33bb734

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Install cargo
27-
uses: dtolnay/rust-toolchain@nightly
27+
uses: dtolnay/rust-toolchain@stable
2828
with:
2929
components: clippy
3030

3131
- name: Run clippy
32-
run: cargo +nightly clippy --all -- -D warnings
32+
run: cargo clippy --all -- -D warnings
3333

3434
rust-fmt:
3535
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)