-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Please move derive_partial_eq_without_eq
to nursery
#9530
Comments
@rustbot claim |
@xFrednet oops, sorry forget to send claim:( |
No worries, now you're assigned to it 🙃 |
mgeisler
added a commit
to mgeisler/textwrap
that referenced
this issue
Oct 23, 2022
The lint has known false positives and has been moved to the nursery on the nightly compiler: rust-lang/rust-clippy#9530 We’ll allow the lint for now until this change lands in a stable compiler.
mgeisler
added a commit
to mgeisler/textwrap
that referenced
this issue
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
There's still a large number of false positives with
derive_partial_eq_without_eq
, can you please move it to nursery?The text was updated successfully, but these errors were encountered: