Skip to content

Commit cef3aa0

Browse files
japaricRalfJung
authored andcommitted
allow dead_code
1 parent 0bf40d8 commit cef3aa0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/panic-uninitialized-zeroed.rs

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515

1616
use std::{mem, panic};
1717

18+
#[allow(dead_code)]
1819
struct Foo {
1920
x: u8,
2021
y: !,

0 commit comments

Comments
 (0)