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 @@ -845,7 +845,7 @@ impl fmt::Display for CharsError {
845845/// An iterator over the contents of an instance of `BufRead` split on a
846846/// particular byte.
847847///
848- /// See `BufReadExt ::split` for more information.
848+ /// See `BufRead ::split` for more information.
849849#[ stable( feature = "rust1" , since = "1.0.0" ) ]
850850pub struct Split < B > {
851851 buf : B ,
@@ -874,7 +874,7 @@ impl<B: BufRead> Iterator for Split<B> {
874874/// An iterator over the lines of an instance of `BufRead` split on a newline
875875/// byte.
876876///
877- /// See `BufReadExt ::lines` for more information.
877+ /// See `BufRead ::lines` for more information.
878878#[ stable( feature = "rust1" , since = "1.0.0" ) ]
879879pub struct Lines < B > {
880880 buf : B ,
You can’t perform that action at this time.
0 commit comments