ce5e927713
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 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |