We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
to_resolved
1 parent a15b48c commit 1d54868Copy full SHA for 1d54868
turbopack/crates/turbo-tasks/src/vc/mod.rs
@@ -431,7 +431,7 @@ where
431
}
432
433
/// Resolve the reference until it points to a cell directly, and wrap the
434
- /// result in a [`ResolvedVc`], which strongly guarantees that the
+ /// result in a [`ResolvedVc`], which statically guarantees that the
435
/// [`Vc`] was resolved.
436
pub async fn to_resolved(self) -> Result<ResolvedVc<T>> {
437
Ok(ResolvedVc {
0 commit comments