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.
1 parent a4ee02b commit 06c2ce0Copy full SHA for 06c2ce0
library/core/src/pin.rs
@@ -506,7 +506,7 @@ impl<P: Deref<Target: Unpin>> Pin<P> {
506
507
/// Unwraps this `Pin<P>` returning the underlying pointer.
508
///
509
- /// This requires that the data inside this `Pin` is [`Unpin`] so that we
+ /// This requires that the data inside this `Pin` implements [`Unpin`] so that we
510
/// can ignore the pinning invariants when unwrapping it.
511
512
/// # Examples
0 commit comments