diff options
Diffstat (limited to 'tests/common/mod.rs')
| -rw-r--r-- | tests/common/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/common/mod.rs b/tests/common/mod.rs index 9bbfb40..37ac3bb 100644 --- a/tests/common/mod.rs +++ b/tests/common/mod.rs | |||
| @@ -1,4 +1,6 @@ | |||
| 1 | //! Common test utilities | 1 | //! Common test utilities |
| 2 | #![allow(dead_code)] // Test helpers may not be used in all test configurations | ||
| 3 | #![allow(unused_imports)] // Re-exports may not be used in all test configurations | ||
| 2 | 4 | ||
| 3 | pub mod relay; | 5 | pub mod relay; |
| 4 | pub mod sync_helpers; | 6 | pub mod sync_helpers; |