fmt cleanup

This commit is contained in:
jaberjaber23
2026-04-29 15:06:17 +03:00
parent 81176dc626
commit fd450dbfc2
+3 -1
View File
@@ -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