FP: manual_unwrap_or help code is not correct #6960
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Lint name: manual_unwrap_or
I tried this code:
I expected to see this happen: clippy don't warn or suggest correct code.
Instead, this happened:
When don't fix clippy output.
When replace to help code.
Meta
cargo clippy -V
: e.g. clippy 0.0.212 (e1884a8 2020-12-29)rustc -Vv
:The text was updated successfully, but these errors were encountered: