Skip to content

Fix CI format check: cargo fmt poly_python bridge - #7

Merged
liooil merged 7 commits into
mainfrom
claude/fix-poly-python-fmt
Aug 7, 2026
Merged

Fix CI format check: cargo fmt poly_python bridge#7
liooil merged 7 commits into
mainfrom
claude/fix-poly-python-fmt

Conversation

@liooil

@liooil liooil commented Aug 7, 2026

Copy link
Copy Markdown
Owner

What

Fixes the failing Check formatting step in the RustPython bridge CI job (run #31169442915).

src/poly_python/src/lib.rs was not rustfmt-clean: 12 hunks (overlong match arms re-wrapped, trailing semicolons on block tail expressions). Formatting-only, no semantic changes.

Verification

cargo +nightly-2026-07-20 fmt --manifest-path src/poly_python/Cargo.toml -- --check  # passes

Same toolchain and config as CI (nightly-2026-07-20; rustfmt.toml only carries an ignore list, so defaults apply).

@liooil
liooil merged commit 2569200 into main Aug 7, 2026
6 checks passed
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