map_entry
Fix false positives where the map is used before inserting into the map. Fix false positives where two insertions happen. Suggest using `if let Entry::Vacant(e) = _.entry(_)` when `or_insert` might be a semantic change
2f6439ae6a
cargo_common_metadata
needless_borrow
6ed6f1e6a1
3d0b0e66af
4911ab124c