Commit 00b3c14
committed
Work around new dead code warning in test
warning: struct `StructTransparentGeneric` is never constructed
--> tests/test_generics.rs:161:12
|
161 | pub struct StructTransparentGeneric<E>(E);
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(dead_code)]` on by default1 parent 915c75e commit 00b3c14
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
158 | 158 | | |
159 | 159 | | |
160 | 160 | | |
161 | | - | |
| 161 | + | |
0 commit comments