Unneeded multiple pattern with wildcard #4640
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
L-complexity
Lint: Belongs in the complexity lint group
L-suggestion
Lint: Improving, adding or fixing lint suggestions
Any multiple patterns with the wildcard pattern can be removed as the wildcard will match anyway
Should be written as
cc #1272
The text was updated successfully, but these errors were encountered: