Skip to content

Commit b8a7a9a

Browse files
committed
Use stable toolchain for clippy.
Dependent on `<https://github.com/rust-lang/rust-clippy/issues/11533>` being fixed.
1 parent b628519 commit b8a7a9a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,9 @@ jobs:
7777
- uses: actions/checkout@v3
7878
- uses: dtolnay/rust-toolchain@master
7979
with:
80-
toolchain: nightly
80+
# Normally use nightly for better lints, but we're blocked by
81+
# <https://github.com/rust-lang/rust-clippy/issues/11533>
82+
toolchain: stable
8183
components: clippy
8284

8385
- name: 'Run clippy'

0 commit comments

Comments
 (0)