Apply rustfmt across Rust sources - #73
Conversation
This repo's standards reusable pins are re-pointed at the standards default-branch HEAD, resolved live at sweep time. The prior refs are recorded in the verification line below. Three kinds of drift are repaired together and the body does not claim which one this repo had: an UNREACHABLE sha kills the run at workflow STARTUP, so GitHub reports no check at all rather than a failing one and the gate disappears instead of going red; a FLOATING ref (@main) is unpinned supply chain; a merely STALE but reachable sha silently reintroduces every bug fixed since it. files=6 pins=6 perms=0 permlines=0 from=092dedada188f56c5915f74a5fd40aac093742c3,5b1d00229e5e8c0c0fbfedc7e80f37ea50f49236 target=8f2ee508 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_0178nN4Nm3neFRy5K9StZKnB
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Essentials Run ID: 📒 Files selected for processing (3)
📝 SummarySummary by CodeRabbit
WalkthroughThe pull request applies Rust formatting changes to CLI URLs, assertions, imports, and polarity conditions. Runtime behaviour, public declarations, and test coverage remain unchanged. ChangesMaintenance updates
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested reviewers: A rabbit checks each tidy line Comment |
Signed-off-by: Jonathan D.A. Jewell <6759885+hyperpolymath@users.noreply.github.com>
|



Reformat four Rust source files to satisfy CI formatting checks, including import ordering and standard wrapping of assertions, URLs, iterator chains, and comments. These are formatting-only changes with no intended behavioral impact.
Validation:
git diff --checkpassed; no test suite was run.View coding task