Skip to content
This repository was archived by the owner on Jan 29, 2025. It is now read-only.

Fix clippy lints for 1.63 #2026

Merged
merged 1 commit into from
Aug 16, 2022
Merged

Fix clippy lints for 1.63 #2026

merged 1 commit into from
Aug 16, 2022

Conversation

JCapucho
Copy link
Collaborator

1.63 Introduced some new clippy lints, this PR fixes them and disables the derive_partial_eq_without_eq lint because the structures it flags don't need to implement Eq (they are for internal use only) and deriving it might affect compilation times.

@JCapucho JCapucho requested a review from cwfitzgerald August 12, 2022 20:45
Copy link
Member

@cwfitzgerald cwfitzgerald left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One comment from code that looks like it was accidentally included - otherwise LGTM

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants