Skip to content

Commit

Permalink
Auto merge of #30648 - tshepang:missing-graves, r=steveklabnik
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Jan 1, 2016
2 parents 9c53c92 + c779e7b commit bfb4212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/libstd/io/stdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ impl Stdin {
/// returned guard also implements the [`Read`] and [`BufRead`] traits for
/// accessing the underlying data.
///
/// [Read]: trait.Read.html
/// [BufRead]: trait.BufRead.html
/// [`Read`]: trait.Read.html
/// [`BufRead`]: trait.BufRead.html
#[stable(feature = "rust1", since = "1.0.0")]
pub fn lock(&self) -> StdinLock {
StdinLock { inner: self.inner.lock().unwrap_or_else(|e| e.into_inner()) }
Expand Down

0 comments on commit bfb4212

Please sign in to comment.