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

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.

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

src/front/glsl/builtins.rs Show resolved Hide resolved
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