type_repetition_in_bounds not always helps #4380
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
good-first-issue
These issues are a good way to get started with Clippy
For a trait like this
type_repetition_in_bounds
recommends combining all the traits, which would lead to either a very long line or to many many lines:The logical grouping in the original example makes it more readable, and it is lost with the clippy suggestion.
The text was updated successfully, but these errors were encountered: