Skip to content

Commit 964fef4

Browse files
committed
clippy
1 parent 422981a commit 964fef4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tree/ingest.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
use super::Tree;
66
use crate::{
7-
config::FilterPolicyEntry, table::multi_writer::MultiWriter, AbstractTree, BlobIndirection,
8-
SeqNo, UserKey, UserValue,
7+
config::FilterPolicyEntry, table::multi_writer::MultiWriter, BlobIndirection, SeqNo, UserKey,
8+
UserValue,
99
};
1010
use std::path::PathBuf;
1111

0 commit comments

Comments
 (0)