Skip to content

chore: restore Rust quality baseline#17

Merged
kholdrex merged 1 commit into
mainfrom
chore/rustfmt-baseline
May 31, 2026
Merged

chore: restore Rust quality baseline#17
kholdrex merged 1 commit into
mainfrom
chore/rustfmt-baseline

Conversation

@kholdrex
Copy link
Copy Markdown
Member

Summary

Restores the Rust formatting and Clippy quality baseline so routine quality gates pass again. The change applies rustfmt consistently across source, examples, and tests, then fixes or explicitly scopes existing Clippy findings that were blocking -D warnings.

Changes

  • Applied cargo fmt across the crate, examples, and tests.
  • Addressed mechanical Clippy findings such as redundant field names, manual range checks, clone mapping, Into implementations, and missing Default implementations.
  • Added explicit lint allowances where existing example/test complexity is outside this baseline cleanup scope.

Test Plan

  • cargo fmt --all -- --check
  • cargo clippy --all-targets --all-features -- -D warnings
  • cargo test --all-features

@kholdrex kholdrex merged commit 416f2a2 into main May 31, 2026
1 check passed
@kholdrex kholdrex deleted the chore/rustfmt-baseline branch May 31, 2026 05:10
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