mirror of
https://github.com/l0ng-ai/tty7.git
synced 2026-09-22 08:02:24 +00:00
CI runs `cargo fmt --check` and I had not run it once across this branch, while making most edits by inserting text rather than writing it. 27 files were non-conformant; `origin/main` is clean, so all of it is mine and CI would have failed on the first push. No behaviour change — the suite is identical either side of it. Also checked clippy the way CI does, `--locked --workspace --all-targets -D warnings`, which is stricter than the invocation I had been using.