Skip to content

Commit

Permalink
Fix rust check
Browse files Browse the repository at this point in the history
  • Loading branch information
timneutkens authored and mischnic committed Feb 3, 2025
1 parent fd36307 commit 0fae70f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/napi/src/next_api/project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ pub fn project_entrypoints_subscribe(
let (entrypoints, issues, diags) = ctx.value;

Ok(vec![TurbopackResult {
result: NapiEntrypoints::from_entrypoints_op(&*entrypoints, &turbo_tasks)?,
result: NapiEntrypoints::from_entrypoints_op(&entrypoints, &turbo_tasks)?,
issues: issues
.iter()
.map(|issue| NapiIssue::from(&**issue))
Expand Down

0 comments on commit 0fae70f

Please sign in to comment.