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