Skip to content

Commit ce21898

Browse files
committed
fixup
1 parent f3243eb commit ce21898

File tree

1 file changed

+1
-4
lines changed
  • turbopack/crates/turbo-tasks-backend/src/backend/operation

1 file changed

+1
-4
lines changed

turbopack/crates/turbo-tasks-backend/src/backend/operation/update_cell.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@ use std::mem::take;
22

33
use serde::{Deserialize, Serialize};
44
use smallvec::SmallVec;
5-
use turbo_tasks::{
6-
CellId, TaskId, TypedSharedReference,
7-
backend::{CellContent, TypedCellContent},
8-
};
5+
use turbo_tasks::{CellId, TaskId, TypedSharedReference, backend::CellContent};
96

107
#[cfg(feature = "trace_task_dirty")]
118
use crate::backend::operation::invalidate::TaskDirtyCause;

0 commit comments

Comments
 (0)