Skip to content

style(playbooks): cargo fmt — unbreak main's Format check (#61)#63

Merged
Zorlin merged 1 commit into
mainfrom
chore/cargo-fmt-traversal
Jun 26, 2026
Merged

style(playbooks): cargo fmt — unbreak main's Format check (#61)#63
Zorlin merged 1 commit into
mainfrom
chore/cargo-fmt-traversal

Conversation

@Zorlin

@Zorlin Zorlin commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Main is currently red on cargo fmt --check: the environment-axis composition e2e (#60, merged via #61) introduced an unformatted load_inventory(...) call in src/playbooks/traversal.rs. This blocks every PR that is up-to-date with main (e.g. #62) from a clean Format check.

Mechanical cargo fmt — one hunk, no logic change. Verified locally: cargo fmt --check clean, cargo check green.

The environment-axis composition e2e (#60, landed via #61) introduced an
unformatted `load_inventory(...)` call in `traversal.rs`, leaving `main` red on
`cargo fmt --check`. Any PR up-to-date with main (e.g. #62) therefore fails the
Format check despite not touching `src/`. Mechanical `cargo fmt` — one hunk, no
logic change; verified `cargo fmt --check` clean and `cargo check` green.

Co-Authored-By: Claude <noreply@anthropic.com>
@Zorlin Zorlin merged commit 9da3b40 into main Jun 26, 2026
9 checks passed
@Zorlin Zorlin deleted the chore/cargo-fmt-traversal branch June 26, 2026 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant