aboutsummaryrefslogtreecommitdiffstats
path: root/log_db/src/memtable_secondary.rs
diff options
context:
space:
mode:
Diffstat (limited to 'log_db/src/memtable_secondary.rs')
-rw-r--r--log_db/src/memtable_secondary.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/log_db/src/memtable_secondary.rs b/log_db/src/memtable_secondary.rs
index b4ebb8f..3f9863b 100644
--- a/log_db/src/memtable_secondary.rs
+++ b/log_db/src/memtable_secondary.rs
@@ -1,7 +1,6 @@
use super::*;
use std::collections::BTreeMap;
use std::collections::HashSet;
-use std::fmt::Debug;
pub struct SecondaryMemtable {
/// Map of records indexed by key. The value is the set of primary key values of records