test: silence a warning
This commit is contained in:
parent
ed81038504
commit
d4701bd4fb
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
|||
#![crate_name="struct_variant_xc_aux"]
|
||||
#![crate_type = "lib"]
|
||||
|
||||
#[derive(Copy)]
|
||||
pub enum Enum {
|
||||
Variant(u8),
|
||||
StructVariant { arg: u8 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue