Lint for Unnecessary Map #1005
Labels
A-lint
Area: New lints
good-first-issue
These issues are a good way to get started with Clippy
L-unnecessary
Lint: Warn about unnecessary code
T-middle
Type: Probably requires verifiying types
It woud be nice if clippy could detect situations where
map()
is being used unnecessarily to pass a contained value wrapped as either a Result or an Option.Unnecessarry
Recommended
The text was updated successfully, but these errors were encountered: