mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 21:23:56 +00:00
f75d8c7f1b
fix [`derive_partial_eq_without_eq`] FP on trait projection fixes: #9413 #9319 --- changelog: fix [`derive_partial_eq_without_eq`] FP on trait projection Well, this is awkward, it works but I don't understand why, why `clippy_utils::ty::implements_trait` couldn't detects the existance of `Eq` trait, even thought it's obviously present in the derive attribute. |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |