rust/clippy_lints
bors 2c8d5a2500 Auto merge of #8453 - tamaroning:fix_large_enum_variant, r=camsteffen
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
2022-02-26 02:42:43 +00:00
..
src Auto merge of #8453 - tamaroning:fix_large_enum_variant, r=camsteffen 2022-02-26 02:42:43 +00:00
Cargo.toml Bump Clippy Version -> 0.1.61 2022-02-24 19:32:47 +01:00
README.md

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