Files
rust/clippy_lints
Philipp Krones 071a5904eb Rollup merge of #5466 - phansch:large-enum-variant-output, r=flip1995
large_enum_variant: Report sizes of variants

This reports the sizes of the largest and second-largest variants.

Closes #5459

changelog: `large_enum_variant`: Report the sizes of the largest and second-largest variants.
2020-04-15 20:12:30 +02:00
..
2020-03-25 07:50:08 +01:00

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