Skip to content

Fix latest clippy warnings - #747

Merged
vinistock merged 1 commit into
mainfrom
04-16-fix_latest_clippy_warnings
Apr 16, 2026
Merged

Fix latest clippy warnings#747
vinistock merged 1 commit into
mainfrom
04-16-fix_latest_clippy_warnings

Conversation

@vinistock

@vinistock vinistock commented Apr 16, 2026

Copy link
Copy Markdown
Member

The latest clippy has a few extra warnings. I just auto-corrected the violations, which were mostly related to using map_or instead of achieving it manually.

The only different one is using values() instead of iter() on a map since it's more performant when the keys are ignored.

@vinistock vinistock self-assigned this Apr 16, 2026

Copy link
Copy Markdown
Member Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

@vinistock vinistock added the chore Something that should not be included in release notes label Apr 16, 2026
@vinistock
vinistock marked this pull request as ready for review April 16, 2026 13:39
@vinistock
vinistock requested a review from a team as a code owner April 16, 2026 13:39
@vinistock
vinistock merged commit a121147 into main Apr 16, 2026
36 checks passed
@vinistock
vinistock deleted the 04-16-fix_latest_clippy_warnings branch April 16, 2026 13:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Something that should not be included in release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants