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 {
845
845
/// An iterator over the contents of an instance of `BufRead` split on a
846
846
/// particular byte.
847
847
///
848
- /// See `BufReadExt ::split` for more information.
848
+ /// See `BufRead ::split` for more information.
849
849
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
850
850
pub struct Split < B > {
851
851
buf : B ,
@@ -874,7 +874,7 @@ impl<B: BufRead> Iterator for Split<B> {
874
874
/// An iterator over the lines of an instance of `BufRead` split on a newline
875
875
/// byte.
876
876
///
877
- /// See `BufReadExt ::lines` for more information.
877
+ /// See `BufRead ::lines` for more information.
878
878
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
879
879
pub struct Lines < B > {
880
880
buf : B ,
You can’t perform that action at this time.
0 commit comments