Skip to content

Commit cbb47a4

Browse files
committed
Fixed Job Checks (Format)
1 parent 4199d4e commit cbb47a4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/ui/large_enum_variant_no_std.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#![no_std]
22
#![warn(clippy::large_enum_variant)]
33

4-
54
enum Myenum {
65
//~^ ERROR: large size difference between variants
76
Small(u8),

0 commit comments

Comments
 (0)