Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ignore new dead_code warnings in test
Since nightly-2024-03-12. warning: struct `S` is never constructed --> tests/test.rs:366:12 | 366 | struct S {} | ^ | = note: `#[warn(dead_code)]` on by default warning: struct `Struct` is never constructed --> tests/test.rs:1492:12 | 1492 | struct Struct; | ^^^^^^
- Loading branch information