style: cargo fmt --all sweep under stable rustfmt 1.8.0 - #89
Conversation
Pure `cargo fmt --all` output — no logic changes. These files had accrued formatting drift under the current stable rustfmt (1.8.0, 2026-03-25); no CI job runs `cargo fmt --check` on the core/cli workspace (only the web crate is gated), so it went uncaught and merged. Kept separate from the chord-quality feature in #88; touches only files that feature does not. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01TTUbGjzD8ysnVnCJnZJE95
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (8)
📝 WalkthroughWalkthroughPure formatting-only PR: struct literals, macro invocations, and assertion blocks across ChangesFormatting Reformats
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Pure
cargo fmt --alloutput over pre-existing formatting drift — no logic changes.Why
Several files had drifted from
cargo fmtunder the current stable rustfmt (1.8.0, 2026-03-25) — line-wrapping ofassert!/method chains, mostly. There is no CI job runningcargo fmt --check(orclippy/test) on the core/cli workspace — only theweb*(wasm) workflows exist — so the drift merged uncaught.AGENTS.mdlistscargo fmt --allas the standard, so this realigns the tree.Scope
Branched off
main, touches only files untouched by the chord-quality feature in #88, so the two PRs are independent:cli/src/main.rscore/src/dump.rs,core/src/novelty.rs,core/src/split.rscore/tests/dump_golden.rs,core/tests/novelty.rs,core/tests/slice_extract.rs,core/tests/technique_tags.rsVerification
cargo fmt --all --check→ clean (0 diffs) workspace-widecargo test --workspacegreenOptional follow-up worth considering: a lightweight CI job running
cargo fmt --check+clippy -D warnings+cargo teston the core/cli workspace would keep this from recurring.🤖 Generated with Claude Code
https://claude.ai/code/session_01TTUbGjzD8ysnVnCJnZJE95
Generated by Claude Code
Summary by CodeRabbit