Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 default
- Loading branch information