Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix dead code warning in issue 795 regression test
warning: field is never read: `x` --> tests/regression/issue795.rs:9:15 | 9 | Variant { x: u8 }, | ^^^^^ | = note: `#[warn(dead_code)]` on by default
- Loading branch information