Skip to content

Commit 02f4c85

Browse files
committed
fix build
Signed-off-by: Jay Lee <[email protected]>
1 parent ddf1594 commit 02f4c85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cache.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::{collections::HashMap, mem, ptr::NonNull};
44

55
use bytes::Bytes;
66

7-
use crate::internals::FileBlockHandle;
7+
use crate::pipe_log::FileBlockHandle;
88

99
struct CacheEntry {
1010
key: FileBlockHandle,

0 commit comments

Comments
 (0)