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

Also derive Eq for Penalties #483

Merged
merged 1 commit into from
Oct 23, 2022
Merged

Also derive Eq for Penalties #483

merged 1 commit into from
Oct 23, 2022

Conversation

mgeisler
Copy link
Owner

@mgeisler mgeisler commented Oct 23, 2022

This is from clippy::derive_partial_eq_without_eq. The lint has known false positives and has been moved to the nursery on the nightly compiler, though it seems okay in this case:

rust-lang/rust-clippy#9530

This is from `clippy::derive_partial_eq_without_eq`. The lint has
known false positives and has been moved to the nursery on the nightly
compiler, though it seems okay in this case:

  rust-lang/rust-clippy#9530
@mgeisler mgeisler changed the title Temporarily allow clippy::derive_partial_eq_without_eq Also derive Eq for Penalties Oct 23, 2022
@mgeisler mgeisler merged commit ba8d69e into master Oct 23, 2022
@mgeisler mgeisler deleted the clippy-eq-lint branch October 23, 2022 19:59
This was referenced Oct 24, 2022
@github-actions github-actions bot mentioned this pull request Feb 11, 2024
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.

1 participant