search_is_some fixit hint suggests invalid code #4033
Labels
good-first-issue
These issues are a good way to get started with Clippy
I-suggestion-causes-error
Issue: The suggestions provided by this Lint cause an ICE/error when applied
L-suggestion
Lint: Improving, adding or fixing lint suggestions
clippy 0.0.212 (9897442 2019-04-23)
in this code
clippy suggests:
if I apply the suggestion
the code no longer compiles
The correct code is
instead of
The text was updated successfully, but these errors were encountered: