Skip to content

fix: resolve clippy --all-targets warnings in test code#22

Merged
edochi merged 1 commit intomainfrom
fix/clippy-warnings
Mar 29, 2026
Merged

fix: resolve clippy --all-targets warnings in test code#22
edochi merged 1 commit intomainfrom
fix/clippy-warnings

Conversation

@edochi
Copy link
Copy Markdown
Owner

@edochi edochi commented Mar 29, 2026

Summary

  • Remove unused mut on MdvsToml bindings in test code (build, search, config tests)
  • Remove unused FieldTypeSerde and ScanConfig imports in update tests
  • Replace 3.14 with 3.15 in storage tests to avoid clippy::approx_constant
  • Update CLAUDE.md to document cargo clippy --all-targets as the standard lint command

Test plan

  • cargo clippy --all-targets — clean
  • cargo test — 315 passing
  • cargo fmt — clean

Co-Authored-By: Claude <noreply@anthropic.com>
@edochi edochi merged commit e1d1bb0 into main Mar 29, 2026
6 checks passed
@edochi edochi deleted the fix/clippy-warnings branch March 29, 2026 16:19
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