Closed
Description
For code that calls .or_insert_with(Default::default)
on a std::collections::btree_map::Entry
or std::collections::hash_map::Entry
, clippy should suggest std::collections::btree_map::Entry::or_default
and std::collections::hash_map::Entry::or_default