allow dead_code

This commit is contained in:
Jorge Aparicio 2018-09-23 00:37:08 +02:00 committed by Ralf Jung
parent 0bf40d86d8
commit cef3aa0261

View file

@ -15,6 +15,7 @@
use std::{mem, panic};
#[allow(dead_code)]
struct Foo {
x: u8,
y: !,