Skip to content

Commit f06a18d

Browse files
timneutkensmischnic
authored andcommitted
Fix rust check
1 parent 37faf8d commit f06a18d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/napi/src/next_api/project.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -888,7 +888,7 @@ pub fn project_entrypoints_subscribe(
888888
let (entrypoints, issues, diags) = ctx.value;
889889

890890
Ok(vec![TurbopackResult {
891-
result: NapiEntrypoints::from_entrypoints_op(&*entrypoints, &turbo_tasks)?,
891+
result: NapiEntrypoints::from_entrypoints_op(&entrypoints, &turbo_tasks)?,
892892
issues: issues
893893
.iter()
894894
.map(|issue| NapiIssue::from(&**issue))

0 commit comments

Comments
 (0)