Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Suppress dead code warning in test of unit struct remote derive
error: struct `RemoteSelf` is never constructed --> test_suite/tests/test_gen.rs:425:12 | 425 | struct RemoteSelf; | ^^^^^^^^^^ | note: the lint level is defined here --> test_suite/tests/test_gen.rs:5:9 | 5 | #![deny(warnings)] | ^^^^^^^^ = note: `#[deny(dead_code)]` implied by `#[deny(warnings)]`
- Loading branch information