mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-22 09:07:57 +00:00
f3dfd2a237
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)]`