Skip to content

Commit c55a9d1

Browse files
committed
remove unneeded span
1 parent caece68 commit c55a9d1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ use std::{mem::MaybeUninit, sync::Arc};
33
use anyhow::{Context, Result};
44
use lzzzz::lz4::{ACC_LEVEL_DEFAULT, decompress, decompress_with_dict};
55

6-
#[tracing::instrument(level = "trace", skip_all, name = "decompress database block")]
76
pub fn decompress_into_arc(
87
uncompressed_length: u32,
98
block: &[u8],

0 commit comments

Comments
 (0)