Skip to content

Commit 1cdbad2

Browse files
committed
allow dead_code
1 parent d266722 commit 1cdbad2

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
@@ -16,6 +16,7 @@
1616

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

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

0 commit comments

Comments
 (0)