From 1aa16c84f53a56ef7603e1fb8ef13256d8eb7d2a Mon Sep 17 00:00:00 2001 From: Jake McGinty Date: Sat, 24 Sep 2022 13:01:56 +0900 Subject: [PATCH] actions: add missing clippy component for nightly --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4f3a350..fba93d2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -56,7 +56,7 @@ jobs: profile: minimal toolchain: nightly override: true - components: rustfmt + components: rustfmt, clippy - name: Rustfmt uses: actions-rs/cargo@v1 with: