Commit 12faffc
committed
test: allow unused re-exports in shared test harness
The shared `tests/common` module re-exports macros and helpers that are
consumed by some but not all test binaries (e.g. reorg_test, probing_tests).
Under `-D warnings` this now fails the build with unused_imports /
unused_macros across those binaries. The module already carries
`#![allow(dead_code)]` for exactly this shared-fixture reason; extend it to
unused imports/macros so every test binary compiles again.1 parent e59d73c commit 12faffc
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
11 | 13 | | |
12 | 14 | | |
| |||
0 commit comments