From a0b48044abdc0f79acc9afa3100510d7b58b2c6c Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Tue, 22 Nov 2022 09:58:58 -0800 Subject: [PATCH] Revert rustfmt to defaults in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ef262e2..3f64bda 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -79,8 +79,8 @@ jobs: uses: actions-rs/cargo@v1 with: command: fmt - args: --all -- --check --config imports_granularity=Crate,group_imports=StdExternalCrate - + args: --all -- --check + - name: Check for common mistakes and missed improvements uses: actions-rs/clippy-check@v1 with: