The codebase is clippy-clean but not rustfmt-clean (no rustfmt.toml; cargo fmt --all currently touches ~11 files). CI enforces clippy only.
Scope: decide on a rustfmt config, run cargo fmt --all as a single formatting commit, then re-enable a cargo fmt --check gate in .github/workflows/ci.yml (and restore the fmt note in CONTRIBUTING.md / the PR template).
The codebase is clippy-clean but not
rustfmt-clean (norustfmt.toml;cargo fmt --allcurrently touches ~11 files). CI enforces clippy only.Scope: decide on a rustfmt config, run
cargo fmt --allas a single formatting commit, then re-enable acargo fmt --checkgate in.github/workflows/ci.yml(and restore the fmt note in CONTRIBUTING.md / the PR template).