Skip to content

Fix Rust 1.98 chunk lint - #349

Merged
Finesssee merged 3 commits into
mainfrom
fix/rust-1.98-as-chunks
Aug 22, 2026
Merged

Fix Rust 1.98 chunk lint#349
Finesssee merged 3 commits into
mainfrom
fix/rust-1.98-as-chunks

Conversation

@Finesssee

Copy link
Copy Markdown
Collaborator

Summary\n\nFixes the four pre-existing Rust 1.98 Clippy failures currently breaking the hosted PR gate on main.\n\n## Changes\n\n- replace constant-size chunks_exact(2) with as_chunks::<2>().0.iter() in Cursor auth UTF-16 decoding\n- same in Windsurf JSON blob decoding\n- same in Codex Desktop PowerShell UTF-16 round-trip test\n- replace chunks_exact(4) with as_chunks::<4>().0.iter() in tray RGBA test\n\nThese are Clippy-prescribed mechanical equivalents with no behavior change.\n\n## Validation\n\n- Confirmed all four failing sites already exist on origin/main\n- Local cargo-clippy component is not installed, so hosted CI is the authoritative Clippy gate\n- cargo check attempt was interrupted by the intermittent local CodexPro connector, not a returned compiler failure\n\nThis is intentionally separate from PR #348 so the Claude credential-consent bugfix remains focused.

@Finesssee
Finesssee merged commit f470329 into main Aug 22, 2026
1 check passed
@Finesssee
Finesssee deleted the fix/rust-1.98-as-chunks branch August 22, 2026 00:31
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