Update src/libcore/pin.rs
Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
522f4e1f3e
commit
a22e9ee8d0
1 changed files with 1 additions and 1 deletions
|
|
@ -587,7 +587,7 @@ impl<P: DerefMut> Pin<P> {
|
|||
///
|
||||
/// This method is useful when doing multiple calls to functions that consume the pinned type.
|
||||
///
|
||||
/// # Examples
|
||||
/// # Example
|
||||
///
|
||||
/// ```
|
||||
/// use std::pin::Pin;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue