Update src/libcore/pin.rs
Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
parent
522f4e1f3e
commit
a22e9ee8d0
@ -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…
x
Reference in New Issue
Block a user