Compiler warning for where clause #58471
Labels
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
My where clauses in traits recently had some unnecessary noise that the compiler could warn against:
What I was doing:
What I should have been doing:
I'd be happy to implement this myself if there's a consensus on adding this as a warning, though I may need some mentoring 👍
The text was updated successfully, but these errors were encountered: