Skip to content

fix: resolve cargo clippy warnings#1

Merged
polyedre merged 1 commit into
mainfrom
fix/clippy-warnings
Feb 25, 2026
Merged

fix: resolve cargo clippy warnings#1
polyedre merged 1 commit into
mainfrom
fix/clippy-warnings

Conversation

@polyedre
Copy link
Copy Markdown
Owner

  • Remove needless borrows in function arguments
  • Collapse nested if statements
  • Replace match statement with if let for single pattern
  • Remove unnecessary borrows for generic args

- Remove needless borrows in function arguments
- Collapse nested if statements
- Replace match statement with if let for single pattern
- Remove unnecessary borrows for generic args
@polyedre polyedre merged commit 2c0746d into main Feb 25, 2026
2 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