Skip to content

Commit 06c2ce0

Browse files
Update library/core/src/pin.rs
Co-authored-by: Vincenzo Palazzo <[email protected]>
1 parent a4ee02b commit 06c2ce0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/pin.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,7 @@ impl<P: Deref<Target: Unpin>> Pin<P> {
506506

507507
/// Unwraps this `Pin<P>` returning the underlying pointer.
508508
///
509-
/// This requires that the data inside this `Pin` is [`Unpin`] so that we
509+
/// This requires that the data inside this `Pin` implements [`Unpin`] so that we
510510
/// can ignore the pinning invariants when unwrapping it.
511511
///
512512
/// # Examples

0 commit comments

Comments
 (0)