Skip to content

Commit 88726e1

Browse files
committed
fixup
1 parent 36c10a0 commit 88726e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

turbopack/crates/turbo-persistence/src/compression.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::{mem::MaybeUninit, sync::Arc};
22

33
use anyhow::{Context, Result};
4-
use lzzzz::lz4::{ACC_LEVEL_DEFAULT, decompress, decompress_with_dict, max_compressed_size};
4+
use lzzzz::lz4::{ACC_LEVEL_DEFAULT, decompress, decompress_with_dict};
55

66
#[tracing::instrument(level = "trace", skip_all)]
77
pub fn decompress_into_arc(

0 commit comments

Comments
 (0)