Skip to content

Commit

Permalink
improve imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Oct 4, 2024
1 parent a0a6bf7 commit 3dccf44
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions turbopack/crates/turbo-tasks-backend/src/backend/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ use dashmap::DashMap;
use parking_lot::{Condvar, Mutex};
use rustc_hash::FxHasher;
use smallvec::smallvec;
pub use storage::TaskDataCategory;
use turbo_tasks::{
backend::{
Backend, BackendJobId, CachedTaskType, CellContent, TaskExecutionSpec, TransientTaskRoot,
Expand All @@ -36,7 +35,7 @@ use turbo_tasks::{
ValueTypeId, TRANSIENT_TASK_BIT,
};

pub use self::operation::AnyOperation;
pub use self::{operation::AnyOperation, storage::TaskDataCategory};
use crate::{
backend::{
operation::{
Expand Down

0 comments on commit 3dccf44

Please sign in to comment.