Skip to content

fix(lint): satisfy new Rust 1.97 clippy lint (unbreak CI)#119

Merged
TimLai666 merged 1 commit into
mainfrom
fix/clippy-1.97
Jul 10, 2026
Merged

fix(lint): satisfy new Rust 1.97 clippy lint (unbreak CI)#119
TimLai666 merged 1 commit into
mainfrom
fix/clippy-1.97

Conversation

@TimLai666

Copy link
Copy Markdown
Owner

Rust 1.97.0 (released 2026-07-07) rolled onto the CI runners and its clippy flags pre-existing code in appcipe-normalize (for (_name, svc) in map.iter_mut() → "you seem to want to iterate on a map's values"); with -D warnings this fails every CI job regardless of PR content. One-line fix to values_mut().

Verified locally on the same toolchain (rustc 1.97.0): full-workspace cargo clippy --all-targets -- -D warnings clean, cargo fmt --check clean, all workspace test suites green.

Context/honesty: PR #118 was merged while these toolchain-drift failures were red (my mistake — the merge should have waited); #118's own code was not the cause (its Swift job passed and the clippy hit is in a crate it never touched), and this PR restores a green main.

🤖 Generated with Claude Code

Rust 1.97.0 (2026-07-07) landed on CI runners and its clippy flags the
pre-existing `for (_name, svc) in app.services.iter_mut()` in
appcipe-normalize ("you seem to want to iterate on a map's values"); with
-D warnings this broke every CI job on main. Switch to `values_mut()`.

Verified on the same toolchain locally (rustc 1.97.0): full-workspace
`clippy --all-targets -- -D warnings` clean, all test suites green.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@TimLai666
TimLai666 merged commit fac60ce into main Jul 10, 2026
17 checks passed
@TimLai666
TimLai666 deleted the fix/clippy-1.97 branch July 10, 2026 02:20
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