fix pin.rs typo
correct "implemts" to "implements"
This commit is contained in:
parent
6475796a81
commit
41ac5d93d6
1 changed files with 1 additions and 1 deletions
|
@ -1198,7 +1198,7 @@ impl<Ptr: Deref<Target: Unpin>> Pin<Ptr> {
|
|||
/// Unwraps this `Pin<Ptr>`, returning the underlying 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
|
||||
///
|
||||
|
|
Loading…
Add table
Reference in a new issue