File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -844,7 +844,7 @@ impl fmt::Display for CharsError {
844844/// An iterator over the contents of an instance of `BufRead` split on a
845845/// particular byte.
846846///
847- /// See `BufReadExt ::split` for more information.
847+ /// See `BufRead ::split` for more information.
848848#[ stable( feature = "rust1" , since = "1.0.0" ) ]
849849pub struct Split < B > {
850850 buf : B ,
@@ -873,7 +873,7 @@ impl<B: BufRead> Iterator for Split<B> {
873873/// An iterator over the lines of an instance of `BufRead` split on a newline
874874/// byte.
875875///
876- /// See `BufReadExt ::lines` for more information.
876+ /// See `BufRead ::lines` for more information.
877877#[ stable( feature = "rust1" , since = "1.0.0" ) ]
878878pub struct Lines < B > {
879879 buf : B ,
You can’t perform that action at this time.
0 commit comments