Update src/libcore/pin.rs

Co-Authored-By: Ralf Jung <post@ralfj.de>
This commit is contained in:
Taiki Endo 2019-09-17 20:02:48 +09:00 committed by GitHub
parent 522f4e1f3e
commit a22e9ee8d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;