unwrap-used not triggering for DashMap #8399
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-negative
Issue: The lint should have been triggered on code, but wasn't
Summary
this code works as expected
but
does not trigger any lint
Lint Name
unwrap-used
Reproducer
I tried this code:
I expected to see this happen:
clippy::unwrap-used
triggersInstead, this happened:
nothing
Version
The text was updated successfully, but these errors were encountered: