Skip to content

Commit 9d6c141

Browse files
committed
Forgot import path in arena_compact.
1 parent 93e6767 commit 9d6c141

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/arena_compact.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,8 @@
7979
use std::{io::Write, hash::Hasher};
8080
use std::cell::Cell;
8181
use std::marker::PhantomData;
82+
use fast_slice_utils::starts_with;
83+
8284
use crate::{
8385
morphisms::Catamorphism,
8486
utils::{BitMask, ByteMask, find_prefix_overlap},
@@ -1068,7 +1070,6 @@ fn build_arena_tree<V, Z, F>(zipper: Z, map_val: F) -> ArenaCompactTree<Vec<u8>>
10681070

10691071
use std::io::{BufWriter, Seek, SeekFrom};
10701072
use std::fs::{File, OpenOptions};
1071-
use crate::utils::starts_with;
10721073

10731074
pub struct FileDumper {
10741075
buf_writer: BufWriter<File>,

0 commit comments

Comments
 (0)