rust/clippy_utils
Jason Newcomb ce5e927713
Improve map_entry lint
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
2021-04-15 08:19:40 -04:00
..
src Improve map_entry lint 2021-04-15 08:19:40 -04:00
Cargo.toml Merge commit '0e87918536' into clippyup 2021-03-25 19:29:11 +01:00