We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcf24d6 + 41ac5d9 commit e256d5fCopy full SHA for e256d5f
library/core/src/pin.rs
@@ -1198,7 +1198,7 @@ impl<Ptr: Deref<Target: Unpin>> Pin<Ptr> {
1198
/// Unwraps this `Pin<Ptr>`, returning the underlying pointer.
1199
///
1200
/// Doing this operation safely requires that the data pointed at by this pinning pointer
1201
- /// 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.
1202
1203
/// # Examples
1204
0 commit comments