Missing Entry::or_default on LinearMap #11355
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Summary
Lint unwrap_or_default suggests use of
or_default
withLinearMap::Entry
which does not support this method.It may be easier to add the method to
linear-map
, but the crate is in maintenance-only mode.Lint Name
unwrap_or_default
Reproducer
Version
No response
Additional Labels
No response
The text was updated successfully, but these errors were encountered: