Skip to content

Commit

Permalink
Use stable toolchain for clippy.
Browse files Browse the repository at this point in the history
  • Loading branch information
azriel91 committed Sep 23, 2023
1 parent b628519 commit b8a7a9a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,9 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
# Normally use nightly for better lints, but we're blocked by
# <https://github.com/rust-lang/rust-clippy/issues/11533>
toolchain: stable
components: clippy

- name: 'Run clippy'
Expand Down

0 comments on commit b8a7a9a

Please sign in to comment.