The suggested code by option_map_or_none
is warned again in some case
#7960
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
Clippy warns like below on this:
So I updated it according to the warning:
But, Clippy warns like below again:
In this case, I want
option_map_or_none
to suggest the last code suggested from the beginning.The text was updated successfully, but these errors were encountered: