I::Item: Clone, J::Item: Clone
triggers FP
#8162
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Summary
This only happens when using both
J::AssociatedType
and one the types isSelf
.Lint Name
type_repetition_in_bounds
Reproducer
I tried this code playground:
I saw this happen:
I expected to see this happen:
No warning.
Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: