-
Notifications
You must be signed in to change notification settings - Fork 2k
unnecessary_wraps misses 'return' #6384
Copy link
Copy link
Closed
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-suggestion-causes-errorIssue: The suggestions provided by this Lint cause an ICE/error when appliedIssue: The suggestions provided by this Lint cause an ICE/error when applied
Metadata
Metadata
Assignees
Labels
C-bugCategory: Clippy is not doing the correct thingCategory: Clippy is not doing the correct thingI-suggestion-causes-errorIssue: The suggestions provided by this Lint cause an ICE/error when appliedIssue: The suggestions provided by this Lint cause an ICE/error when applied
Type
Fields
Give feedbackNo fields configured for issues without a type.
I tried this code:
I expected to see this happen: no warning
Instead, this happened:
unnecessary_wrapsmissesreturn Noneand emit warning.Meta
cargo clippy -V: clippy 0.0.212 (1c389ff 2020-11-24)rustc -Vv:Mentioning @matsujika who implemented this lint in #6070.