We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc04b7a commit a73b1bbCopy full SHA for a73b1bb
tests/ui/large_enum_variant_no_std.rs
@@ -1,7 +1,6 @@
1
#![no_std]
2
#![warn(clippy::large_enum_variant)]
3
4
-
5
enum Myenum {
6
//~^ ERROR: large size difference between variants
7
Small(u8),
0 commit comments