Skip to content

style: rustfmt markup.rs test assert (unbreaks CI fmt gate)#13

Merged
2ro merged 1 commit into
mainfrom
fix/rustfmt-ci-gate
Jun 12, 2026
Merged

style: rustfmt markup.rs test assert (unbreaks CI fmt gate)#13
2ro merged 1 commit into
mainfrom
fix/rustfmt-ci-gate

Conversation

@2ro

@2ro 2ro commented Jun 12, 2026

Copy link
Copy Markdown
Owner

Why CI is red

Every recent ci / build · clippy · test run — including dependabot PRs like #12 — fails in the first gate, cargo fmt --all -- --check, before anything builds. src/markup.rs:385 has an over-long assert! line (introduced in dc3ad78) that rustfmt wants wrapped.

Fix

cargo fmt --all — a 5-line whitespace-only rewrap of one test assert. No behavior change.

Verified locally: cargo build --locked --all-targets, cargo clippy --locked --all-targets -- -D warnings, and cargo test --locked --all-targets (65/65) all pass.

Once merged, #12 just needs a @dependabot rebase to go green.

🤖 Generated with Claude Code

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@2ro 2ro merged commit ebc1bf6 into main Jun 12, 2026
1 check passed
Repository owner locked as resolved and limited conversation to collaborators Jun 12, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant