Skip to content

refactor: fix trivial clippy lints (needless_borrow, auto_deref, life…#205

Merged
nikomatsakis merged 1 commit intosymposium-dev:mainfrom
jlizen:clippy/trivial-mechanical
May 8, 2026
Merged

refactor: fix trivial clippy lints (needless_borrow, auto_deref, life…#205
nikomatsakis merged 1 commit intosymposium-dev:mainfrom
jlizen:clippy/trivial-mechanical

Conversation

@jlizen
Copy link
Copy Markdown
Member

@jlizen jlizen commented May 8, 2026

What does this PR do?

Initial pass to address clippy lints, before adding to to CI.

This addresses:

  • needless_borrow
  • explicit_auto_deref
  • needless_lifetimes
  • derivable_impls

All seem reasonable.

They all seem fine to me.

Disclosure questions

AI disclosure.

  • I used an AI tool for research, autocomplete, or in other minimal ways
  • The AI tool authored small parts of the code (e.g., autocomplete, comments)
  • The AI tool authored large parts of the code

Confidence level.

  • I am very happy with it

@jlizen jlizen requested a review from jackh726 May 8, 2026 21:29
@nikomatsakis nikomatsakis added this pull request to the merge queue May 8, 2026
Merged via the queue into symposium-dev:main with commit 3242fee May 8, 2026
6 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.

2 participants