File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2326,10 +2326,10 @@ impl<R: Read> Iterator for Bytes<R> {
2326
2326
/// An iterator over the contents of an instance of `BufRead` split on a
2327
2327
/// particular byte.
2328
2328
///
2329
- /// This struct is generally created by calling [`split`][split] on a
2330
- /// `BufRead`. Please see the documentation of `split()` for more details.
2329
+ /// This struct is generally created by calling [`split`] on a `BufRead`.
2330
+ /// Please see the documentation of [ `split`] for more details.
2331
2331
///
2332
- /// [split]: trait.BufRead.html#method.split
2332
+ /// [` split` ]: trait.BufRead.html#method.split
2333
2333
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
2334
2334
#[ derive( Debug ) ]
2335
2335
pub struct Split < B > {
@@ -2358,10 +2358,10 @@ impl<B: BufRead> Iterator for Split<B> {
2358
2358
2359
2359
/// An iterator over the lines of an instance of `BufRead`.
2360
2360
///
2361
- /// This struct is generally created by calling [`lines`][lines] on a
2362
- /// `BufRead`. Please see the documentation of `lines()` for more details.
2361
+ /// This struct is generally created by calling [`lines`] on a `BufRead`.
2362
+ /// Please see the documentation of [ `lines`] for more details.
2363
2363
///
2364
- /// [lines]: trait.BufRead.html#method.lines
2364
+ /// [` lines` ]: trait.BufRead.html#method.lines
2365
2365
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
2366
2366
#[ derive( Debug ) ]
2367
2367
pub struct Lines < B > {
You can’t perform that action at this time.
0 commit comments