Some cleanup

pull/8/head
Benedikt Terhechte 3 years ago
parent 600fa41c1c
commit e94e42e5e0

@ -85,6 +85,10 @@ impl Hash for HashedValue {
pub struct FakeDatabase;
impl FakeDatabase {
pub fn total_item_count() -> usize {
ENTRIES.len()
}
fn query_normal(
&self,
fields: &Vec<Field>,
@ -179,8 +183,6 @@ impl FakeDatabase {
}
true
})
//.cloned()
//.collect()
}
}

Loading…
Cancel
Save