Rollup merge of #123842 - ShockYoungCHN:master, r=scottmcm
fix typo in pin.rs correct "implemts" to "implements".
This commit is contained in:
commit
e256d5f2ee
@ -1198,7 +1198,7 @@ impl<Ptr: Deref<Target: Unpin>> Pin<Ptr> {
|
|||||||
/// Unwraps this `Pin<Ptr>`, returning the underlying pointer.
|
/// Unwraps this `Pin<Ptr>`, returning the underlying pointer.
|
||||||
///
|
///
|
||||||
/// Doing this operation safely requires that the data pointed at by this pinning pointer
|
/// Doing this operation safely requires that the data pointed at by this pinning pointer
|
||||||
/// implemts [`Unpin`] so that we can ignore the pinning invariants when unwrapping it.
|
/// implements [`Unpin`] so that we can ignore the pinning invariants when unwrapping it.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user