Skip to content

style: fix cargo fmt and clippy CI failures#10

Merged
willisrocks merged 4 commits intomainfrom
fix-cargo-fmt
Mar 10, 2026
Merged

style: fix cargo fmt and clippy CI failures#10
willisrocks merged 4 commits intomainfrom
fix-cargo-fmt

Conversation

@willisrocks
Copy link
Copy Markdown
Contributor

Summary

  • Ran cargo fmt to fix all 17 formatting diffs across 5 files that were failing the CI cargo fmt -- --check step
  • Fixed 4 clippy::collapsible_if warnings in tests/e2e.rs (pre-existing, previously masked by format failure)

Test Plan

  • cargo fmt -- --check: exit 0, no diffs remaining
  • cargo clippy --all-targets -- -D warnings: exit 0, no warnings
  • cargo test: exit 0, 69 unit tests passed, 15 e2e tests passed (9 ignored as expected)

🤖 Generated with Claude Code

willisrocks and others added 4 commits March 10, 2026 07:59
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run cargo fmt to fix all 17 formatting diffs across 5 files that were
failing the CI format check. Also collapse nested if-let chains in
tests/e2e.rs to satisfy clippy::collapsible_if.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The plan and test plan previously claimed "formatting only" and "no
identifier, keyword, or operator changes," which was inaccurate after
the collapsible-if fix was needed. Update both docs to accurately
describe the clippy lint fix as a semantically equivalent AST-level
change alongside the cargo fmt formatting changes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@willisrocks willisrocks merged commit bbfd5fe into main Mar 10, 2026
1 of 2 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