diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-07-29 10:30:35 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-07-29 10:30:35 -0400 |
| commit | 319b42821de150c890d503138bb01442ccf908f5 (patch) | |
| tree | 9f24a513c27d354240afa12a4225721b143741fa /src/libstd | |
| parent | 1406c196fd3b46d6f5f21df23fe3fc821063b96d (diff) | |
| parent | 54d05f3cefea13b4025e3c4058153784a06fbb57 (diff) | |
| download | rust-319b42821de150c890d503138bb01442ccf908f5.tar.gz rust-319b42821de150c890d503138bb01442ccf908f5.zip | |
Rollup merge of #27342 - steveklabnik:fix_links, r=alexcrichton
How embarassing :sob: r? @alexcrichton
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/io/util.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/io/util.rs b/src/libstd/io/util.rs index dc29811ed5b..6e651464c74 100644 --- a/src/libstd/io/util.rs +++ b/src/libstd/io/util.rs @@ -105,7 +105,7 @@ impl BufRead for Empty { /// This struct is generally created by calling [`repeat()`][repeat]. Please /// see the documentation of `repeat()` for more details. /// -/// [empty]: fn.repeat.html +/// [repeat]: fn.repeat.html #[stable(feature = "rust1", since = "1.0.0")] pub struct Repeat { byte: u8 } @@ -131,7 +131,7 @@ impl Read for Repeat { /// This struct is generally created by calling [`sink()`][sink]. Please /// see the documentation of `sink()` for more details. /// -/// [empty]: fn.sink.html +/// [sink]: fn.sink.html #[stable(feature = "rust1", since = "1.0.0")] pub struct Sink { _priv: () } |
