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.