Skip to content

Commit

Permalink
Update src/libcore/pin.rs
Browse files Browse the repository at this point in the history
Co-Authored-By: Ralf Jung <[email protected]>
  • Loading branch information
taiki-e and RalfJung authored Sep 17, 2019
1 parent 522f4e1 commit a22e9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/pin.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit a22e9ee

Please sign in to comment.