mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-20 11:30:38 +00:00
fix false positives of large_enum_variant fixes: #8321 The size of enums containing generic type was calculated to be 0. I changed [large_enum_variant] so that such enums are not linted. changelog: none