Skip to content

Commit

Permalink
allow dead_code
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric authored and RalfJung committed Sep 30, 2018
1 parent 0bf40d8 commit cef3aa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/run-pass/panic-uninitialized-zeroed.rs
Expand Up @@ -15,6 +15,7 @@

use std::{mem, panic};

#[allow(dead_code)]
struct Foo {
x: u8,
y: !,
Expand Down

0 comments on commit cef3aa0

Please sign in to comment.