We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c10a0 commit 88726e1Copy full SHA for 88726e1
turbopack/crates/turbo-persistence/src/compression.rs
@@ -1,7 +1,7 @@
1
use std::{mem::MaybeUninit, sync::Arc};
2
3
use anyhow::{Context, Result};
4
-use lzzzz::lz4::{ACC_LEVEL_DEFAULT, decompress, decompress_with_dict, max_compressed_size};
+use lzzzz::lz4::{ACC_LEVEL_DEFAULT, decompress, decompress_with_dict};
5
6
#[tracing::instrument(level = "trace", skip_all)]
7
pub fn decompress_into_arc(
0 commit comments