Skip to content

Commit d23a0f1

Browse files
committed
fix
1 parent acdd2e7 commit d23a0f1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/segment/value_block.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,8 @@
55
use super::{block::Block, id::GlobalSegmentId};
66
use crate::{
77
binary_search::partition_point, descriptor_table::FileDescriptorTable,
8-
segment::block::offset::BlockOffset, value::InternalValue, BlockCache,
8+
segment::block::offset::BlockOffset, value::InternalValue, Cache,
99
};
10-
use crate::{cache::Cache, descriptor_table::FileDescriptorTable, value::InternalValue};
1110
use std::sync::Arc;
1211

1312
#[derive(Copy, Clone, Debug, PartialEq, Eq)]

0 commit comments

Comments
 (0)