Skip to content

Commit bfb4212

Browse files
committed
Auto merge of #30648 - tshepang:missing-graves, r=steveklabnik
2 parents 9c53c92 + c779e7b commit bfb4212

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/libstd/io/stdio.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,8 @@ impl Stdin {
231231
/// returned guard also implements the [`Read`] and [`BufRead`] traits for
232232
/// accessing the underlying data.
233233
///
234-
/// [Read]: trait.Read.html
235-
/// [BufRead]: trait.BufRead.html
234+
/// [`Read`]: trait.Read.html
235+
/// [`BufRead`]: trait.BufRead.html
236236
#[stable(feature = "rust1", since = "1.0.0")]
237237
pub fn lock(&self) -> StdinLock {
238238
StdinLock { inner: self.inner.lock().unwrap_or_else(|e| e.into_inner()) }

0 commit comments

Comments
 (0)