rust/clippy_lints
bors e0d331fbf4 Auto merge of #6582 - rail-rain:ice_6539, r=flip1995
Fix the ICE 6539

Fixes #6539

It happened because `zero_sized_map_values` used `layout_of` with types from type aliases, which is essentially the same as the ICE 4968.

---

changelog: Fix an ICE in `zero_sized_map_values`
2021-01-17 15:38:50 +00:00
..
src Auto merge of #6582 - rail-rain:ice_6539, r=flip1995 2021-01-17 15:38:50 +00:00
Cargo.toml Add case_sensitive_file_extensions lint 2021-01-05 14:22:26 +01:00
README.md

This crate contains Clippy lints. For the main crate, check GitHub.