Ignore unused struct in test_gen.rs
This commit is contained in:
parent
334a6e788a
commit
13e1a129dd
@ -56,6 +56,7 @@ enum EnumWith<T> {
|
||||
}
|
||||
|
||||
#[derive(Serialize)]
|
||||
#[allow(dead_code)]
|
||||
struct MultipleRef<'a, 'b, 'c, T> where T: 'c, 'c: 'b, 'b: 'a {
|
||||
t: T,
|
||||
rrrt: &'a &'b &'c T,
|
||||
|
Loading…
Reference in New Issue
Block a user