Skip to content

Commit 59fa48a

Browse files
committed
chore: ignore warning on non-linux OSes
1 parent 9779af2 commit 59fa48a

File tree

1 file changed

+1
-0
lines changed
  • test-context/src/ctx/migration/snapshot

1 file changed

+1
-0
lines changed

test-context/src/ctx/migration/snapshot/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use trustify_module_storage::service::fs::FileSystemBackend;
1717
use walkdir::WalkDir;
1818

1919
pub struct Snapshot {
20+
#[allow(unused)]
2021
pub id: String,
2122
pub base: PathBuf,
2223
pub db_file: String,

0 commit comments

Comments
 (0)