Skip to content

Commit a6a33ca

Browse files
committed
fixup
1 parent 28dd0db commit a6a33ca

File tree

1 file changed

+0
-1
lines changed
  • turbopack/crates/turbo-tasks-backend/src/database/turbo

1 file changed

+0
-1
lines changed

turbopack/crates/turbo-tasks-backend/src/database/turbo/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ use std::{cmp::max, path::PathBuf, sync::Arc, thread::available_parallelism, tim
22

33
use anyhow::{Ok, Result};
44
use parking_lot::Mutex;
5-
use tokio::{runtime::Handle, task::block_in_place};
65
use turbo_persistence::{
76
ArcSlice, CompactConfig, KeyBase, StoreKey, TurboPersistence, ValueBuffer,
87
};

0 commit comments

Comments
 (0)