Skip to content

Commit f0a968e

Browse files
committed
Add missing link
1 parent 27a046e commit f0a968e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/libstd/io/mod.rs

+2
Original file line numberDiff line numberDiff line change
@@ -1506,6 +1506,8 @@ pub trait BufRead: Read {
15061506
/// error is encountered then `buf` may contain some bytes already read in
15071507
/// the event that all data read so far was valid UTF-8.
15081508
///
1509+
/// [`read_until`]: #method.read_until
1510+
///
15091511
/// # Examples
15101512
///
15111513
/// [`std::io::Cursor`][`Cursor`] is a type that implements `BufRead`. In

0 commit comments

Comments
 (0)