mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 16:24:46 +00:00
fix pin.rs typo
correct "implemts" to "implements"
This commit is contained in:
parent
6475796a81
commit
41ac5d93d6
@ -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…
Reference in New Issue
Block a user