Skip to content

Commit

Permalink
Add missing link
Browse files Browse the repository at this point in the history
  • Loading branch information
m0ppers committed Feb 19, 2018
1 parent 27a046e commit f0a968e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/libstd/io/mod.rs
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 f0a968e

Please sign in to comment.