From 1aa2766eb3954c94e1848a7ccb0344d156e019dd Mon Sep 17 00:00:00 2001 From: TilakMaddy Date: Sat, 5 Oct 2024 01:30:58 +0530 Subject: [PATCH] fix --- .github/workflows/cargo.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cargo.yml b/.github/workflows/cargo.yml index 088dcb27..56392811 100644 --- a/.github/workflows/cargo.yml +++ b/.github/workflows/cargo.yml @@ -272,7 +272,7 @@ jobs: with: profile: minimal toolchain: stable - components: rustfmt + components: clippy override: true - name: Install nightly toolchain @@ -280,7 +280,7 @@ jobs: with: profile: minimal toolchain: nightly - components: clippy + components: rustfmt override: true - name: Run cargo fmt