Skip to content

Commit 758a77d

Browse files
committed
more lints
1 parent df81ca3 commit 758a77d

File tree

2 files changed

+1035
-46
lines changed

2 files changed

+1035
-46
lines changed

src/doc/rustc/src/lints/listing/allowed-by-default.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ This lint detects enums with widely varying variant sizes. Some example code tha
436436
```rust
437437
enum En {
438438
V0(u8),
439-
VBig([u8; 1024]), //~ ERROR variant is more than three times larger
439+
VBig([u8; 1024]),
440440
}
441441
```
442442

0 commit comments

Comments
 (0)