diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-30 21:01:42 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2015-12-30 21:01:42 +0200 |
| commit | c779e7b7829af2faf2324c64db3add34312c7f4b (patch) | |
| tree | 5ad264cdca1c2d238ef90692bf7e784573082a9c | |
| parent | efb5a9a9f03016b8d3d3c13f940bbbfeac2cdfa6 (diff) | |
| download | rust-c779e7b7829af2faf2324c64db3add34312c7f4b.tar.gz rust-c779e7b7829af2faf2324c64db3add34312c7f4b.zip | |
doc: missed these in a4da9ac
| -rw-r--r-- | src/libstd/io/stdio.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/io/stdio.rs b/src/libstd/io/stdio.rs index 863e84be093..79091fd3d6b 100644 --- a/src/libstd/io/stdio.rs +++ b/src/libstd/io/stdio.rs @@ -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()) } |
