Skip to content

chore: Fix latest clippy lints#2684

Merged
szokeasaurusrex merged 3 commits intomasterfrom
ryan/fix_latest_clippy_lints
Aug 8, 2025
Merged

chore: Fix latest clippy lints#2684
szokeasaurusrex merged 3 commits intomasterfrom
ryan/fix_latest_clippy_lints

Conversation

@rbro112
Copy link
Copy Markdown
Member

@rbro112 rbro112 commented Aug 7, 2025

Latest clippy stable version was released today: https://forge.rust-lang.org/, resulting in failing checks on all PRs.

Introduces new clippy lints which this fixes using cargo clippy --fix. I also had to fix many warnings around warning: hiding a lifetime that's elided elsewhere is confusing manually, which I've done by using anonymous lifetimes (docs)

@rbro112 rbro112 requested review from a team and szokeasaurusrex as code owners August 7, 2025 22:06
Copy link
Copy Markdown
Member Author

rbro112 commented Aug 7, 2025

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

@rbro112 rbro112 changed the title Fix latest clippy lints chore: Fix latest clippy lints Aug 7, 2025
@szokeasaurusrex
Copy link
Copy Markdown
Member

Gonna merge this already so we can take advantage of the fixes

@szokeasaurusrex szokeasaurusrex merged commit 2a127c8 into master Aug 8, 2025
32 checks passed
@szokeasaurusrex szokeasaurusrex deleted the ryan/fix_latest_clippy_lints branch August 8, 2025 08:34
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.

2 participants