Skip to content

Commit fe528fe

Browse files
committed
fixup! reduce the amount of task modifications caused by recomputation
1 parent d3bb5d5 commit fe528fe

File tree

1 file changed

+2
-3
lines changed
  • turbopack/crates/turbo-tasks-backend/src/backend

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ use crate::{
5656
backing_storage::BackingStorage,
5757
data::{
5858
ActivenessState, AggregationNumber, CachedDataItem, CachedDataItemKey, CachedDataItemType,
59-
CachedDataItemValue, CachedDataItemValueRef, CellRef, CollectibleRef, CollectiblesRef,
60-
DirtyState, InProgressCellState, InProgressState, InProgressStateInner, OutputValue,
61-
RootType,
59+
CachedDataItemValueRef, CellRef, CollectibleRef, CollectiblesRef, DirtyState,
60+
InProgressCellState, InProgressState, InProgressStateInner, OutputValue, RootType,
6261
},
6362
utils::{
6463
bi_map::BiMap, chunked_vec::ChunkedVec, ptr_eq_arc::PtrEqArc, sharded::Sharded, swap_retain,

0 commit comments

Comments
 (0)