There was an error while loading. Please reload this page.
1 parent 27a046e commit f0a968eCopy full SHA for f0a968e
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