Rollup merge of #94671 - csmoe:pin-typo, r=m-ou-se
fix pin doc typo r? `@m-ou-se`
This commit is contained in:
commit
e8f38a03b5
1 changed files with 1 additions and 1 deletions
|
@ -954,7 +954,7 @@ impl<P, U> DispatchFromDyn<Pin<U>> for Pin<P> where P: DispatchFromDyn<U> {}
|
|||
/// stuff(pin!(Foo { /* … */ }));
|
||||
/// ```
|
||||
///
|
||||
/// ### Manually polling a `Future` (wihout `Unpin` bounds)
|
||||
/// ### Manually polling a `Future` (without `Unpin` bounds)
|
||||
///
|
||||
/// ```rust
|
||||
/// #![feature(pin_macro)]
|
||||
|
|
Loading…
Add table
Reference in a new issue