Skip to content

Commit

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

- name: 'Run clippy'
Expand Down

0 comments on commit 44cd28a

Please sign in to comment.