Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Apply Clippy lints derivable_impls, eq_op, and expect_fun_call #5773

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

jbencin
Copy link
Contributor

@jbencin jbencin commented Jan 30, 2025

Description

Apply the following Clippy lints:

  • derivable_impls: Replace manually implemented Default traits
  • eq_op: Find instances of a == a (indicates copy/paste error)
  • expect_fun_call: Find and replace format strings in expect() calls

@jbencin jbencin added the lint Related to linting/clippy/cargo warns label Jan 30, 2025
@jbencin jbencin requested a review from a team as a code owner January 30, 2025 15:19
@jbencin jbencin requested a review from kantai January 30, 2025 19:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lint Related to linting/clippy/cargo warns
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants