Skip to content

Commit 2ceb40e

Browse files
committed
Fixed Job Checks (Format)
1 parent 09107a1 commit 2ceb40e

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)