Skip to content

Commit

Permalink
fixup! Merge remote-tracking branch 'origin/main' into wbinnssmith/tu…
Browse files Browse the repository at this point in the history
…rbopack-cli-build
  • Loading branch information
wbinnssmith committed Jul 20, 2023
1 parent 6da9aef commit b7b6f90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/turbopack-cli/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use turbo_tasks::Vc;
use turbo_tasks_fs::{DiskFileSystem, FileSystem};

#[turbo_tasks::value(transparent)]
pub struct EntryRequests(Vec<Vc<EntryRequest>>);
pub struct EntryRequests(pub Vec<Vc<EntryRequest>>);

#[turbo_tasks::value(shared)]
#[derive(Clone)]
Expand Down

0 comments on commit b7b6f90

Please sign in to comment.