Skip to content

Commit b6105b2

Browse files
committed
Suppress shared test helper warnings
Keep the downgrade test focused by allowing unused imports and macros from the shared integration-test helper module it includes. Co-Authored-By: HAL 9000
1 parent 5419149 commit b6105b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/upgrade_downgrade_tests.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
// the legacy v1 filesystem-store implementation via `build_with_store`, then
1717
// reopen it with v0.7.0's `build_with_fs_store`.
1818

19+
#[allow(unused_imports, unused_macros)]
1920
mod common;
2021

2122
use std::path::PathBuf;

0 commit comments

Comments
 (0)