From 44cd28a553daf5fb4ed82a5b921884c4bb68a6c4 Mon Sep 17 00:00:00 2001 From: Azriel Hoh Date: Wed, 27 Dec 2023 20:53:20 +1300 Subject: [PATCH] Use `nightly` clippy in CI. --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 04995acdd..84239b5ad 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 - # - toolchain: stable + toolchain: nightly components: clippy - name: 'Run clippy'