Skip to content

fix(ci): satisfy Rust 1.98 chunks lint - #14

Merged
Garfield-yin merged 1 commit into
mainfrom
codex/fix-ci-clippy-1-98
Aug 25, 2026
Merged

fix(ci): satisfy Rust 1.98 chunks lint#14
Garfield-yin merged 1 commit into
mainfrom
codex/fix-ci-clippy-1-98

Conversation

@Garfield-yin

Copy link
Copy Markdown
Member

Summary

  • replace two constant-size chunks_exact iterators with MSRV-compatible as_chunks iteration
  • preserve the existing behavior of ignoring an incomplete trailing UTF-16 code unit
  • restore Clippy compatibility with Rust 1.98

Verification

  • cargo +1.98.0 fmt --all -- --check
  • cargo +1.98.0 clippy --workspace --all-targets -- -D warnings
  • cargo +1.98.0 test --workspace
  • cargo +1.88.0 check --workspace --all-targets

@Garfield-yin
Garfield-yin merged commit e3f9474 into main Aug 25, 2026
12 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