From fd450dbfc2d1cca887ef21185aa1a44ce29798be Mon Sep 17 00:00:00 2001 From: jaberjaber23 Date: Wed, 29 Apr 2026 14:33:07 +0300 Subject: [PATCH] fmt cleanup --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f2046776..789ca12a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -91,7 +91,9 @@ jobs: - uses: dtolnay/rust-toolchain@stable with: components: rustfmt - - run: cargo fmt --check + # Gate every workspace crate on rustfmt to keep `cargo fmt --all --check` clean. + # See issue #1121. + - run: cargo fmt --all -- --check audit: name: Security Audit