Skip to content

Commit

Permalink
Rollup merge of rust-lang#48354 - m0ppers:add-read-until-link, r=aidanhs
Browse files Browse the repository at this point in the history
Add missing link for read_line

Seems I found a missing link πŸ”—

https://doc.rust-lang.org/stable/std/io/trait.BufRead.html#errors-2
  • Loading branch information
GuillaumeGomez committed Feb 21, 2018
2 parents 3746327 + f0a968e commit d6e649a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1506,6 +1506,8 @@ pub trait BufRead: Read {
/// error is encountered then `buf` may contain some bytes already read in
/// the event that all data read so far was valid UTF-8.
///
/// [`read_until`]: #method.read_until
///
/// # Examples
///
/// [`std::io::Cursor`][`Cursor`] is a type that implements `BufRead`. In
Expand Down

0 comments on commit d6e649a

Please sign in to comment.