We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3746327 + f0a968e commit d6e649aCopy full SHA for d6e649a
src/libstd/io/mod.rs
@@ -1506,6 +1506,8 @@ pub trait BufRead: Read {
1506
/// error is encountered then `buf` may contain some bytes already read in
1507
/// the event that all data read so far was valid UTF-8.
1508
///
1509
+ /// [`read_until`]: #method.read_until
1510
+ ///
1511
/// # Examples
1512
1513
/// [`std::io::Cursor`][`Cursor`] is a type that implements `BufRead`. In
0 commit comments