Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

fix: resolve clippy warnings for green CI badge#304

Open
noahgift wants to merge 1 commit into
mainfrom
fix/ci-clippy
Open

fix: resolve clippy warnings for green CI badge#304
noahgift wants to merge 1 commit into
mainfrom
fix/ci-clippy

Conversation

@noahgift

Copy link
Copy Markdown
Contributor

Summary

  • Fix unnecessary_map_or clippy warning in build.rs (.map_or(false, ...) -> .is_some_and(...))
  • Fix manual_range_contains clippy warning in adamw.rs (proc macro #[requires] expanded code)

Test plan

  • cargo clippy --all-targets -- -D warnings passes locally
  • cargo test --lib passes (all tests pass)

Generated with Claude Code

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant