From 72ecb0202c99fae8a608ac001a72560773d18f24 Mon Sep 17 00:00:00 2001 From: yonip23 Date: Fri, 17 Jun 2022 22:48:11 +0300 Subject: [PATCH] remove unnecessary `components` --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8df94cac..b9f4562f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,6 @@ jobs: with: profile: minimal toolchain: ${{ matrix.toolchain }} - components: rustfmt, clippy - name: Build uses: actions-rs/cargo@v1