Skip to content

Commit d6e649a

Browse files
Rollup merge of #48354 - m0ppers:add-read-until-link, r=aidanhs
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
2 parents 3746327 + f0a968e commit d6e649a

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)