From 53b922cc7cb5bdf89ecd44a7d37368a3e948ce22 Mon Sep 17 00:00:00 2001 From: Gregory Schier Date: Sat, 8 Jun 2024 20:34:24 -0700 Subject: [PATCH] Remove Cargo fmt --- .github/workflows/ci-rust.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci-rust.yml b/.github/workflows/ci-rust.yml index 292a802a..181a1227 100644 --- a/.github/workflows/ci-rust.yml +++ b/.github/workflows/ci-rust.yml @@ -42,9 +42,7 @@ jobs: key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }} restore-keys: ${{ runner.os }}-cargo- - name: Lint - run: | - cargo fmt --all -- --check - cargo clippy -- -D warnings + run: cargo clippy -- -D warnings - run: cargo install --locked cargo-udeps || true - name: Check run: |