Suggest replacing if option.is_none() { return None; }
with option?;
#2358
Labels
A-lint
Area: New lints
E-medium
Call for participation: Medium difficulty level problem and requires some initial experience.
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
See #2353 (comment)
The text was updated successfully, but these errors were encountered: