@@ -373,10 +373,10 @@ Section: Iterators
373
373
///
374
374
/// [`char`]: ../../std/primitive.char.html
375
375
///
376
- /// This struct is created by the [`chars() `] method on [`str`].
376
+ /// This struct is created by the [`chars`] method on [`str`].
377
377
/// See its documentation for more.
378
378
///
379
- /// [`chars() `]: ../../std/primitive.str.html#method.chars
379
+ /// [`chars`]: ../../std/primitive.str.html#method.chars
380
380
/// [`str`]: ../../std/primitive.str.html
381
381
#[ derive( Clone , Debug ) ]
382
382
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -561,10 +561,10 @@ impl<'a> Chars<'a> {
561
561
///
562
562
/// [`char`]: ../../std/primitive.char.html
563
563
///
564
- /// This struct is created by the [`char_indices() `] method on [`str`].
564
+ /// This struct is created by the [`char_indices`] method on [`str`].
565
565
/// See its documentation for more.
566
566
///
567
- /// [`char_indices() `]: ../../std/primitive.str.html#method.char_indices
567
+ /// [`char_indices`]: ../../std/primitive.str.html#method.char_indices
568
568
/// [`str`]: ../../std/primitive.str.html
569
569
#[ derive( Clone , Debug ) ]
570
570
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -639,10 +639,10 @@ impl<'a> CharIndices<'a> {
639
639
640
640
/// An iterator over the bytes of a string slice.
641
641
///
642
- /// This struct is created by the [`bytes() `] method on [`str`].
642
+ /// This struct is created by the [`bytes`] method on [`str`].
643
643
/// See its documentation for more.
644
644
///
645
- /// [`bytes() `]: ../../std/primitive.str.html#method.bytes
645
+ /// [`bytes`]: ../../std/primitive.str.html#method.bytes
646
646
/// [`str`]: ../../std/primitive.str.html
647
647
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
648
648
#[ derive( Clone , Debug ) ]
@@ -1176,10 +1176,10 @@ generate_pattern_iterators! {
1176
1176
1177
1177
/// An iterator over the lines of a string, as string slices.
1178
1178
///
1179
- /// This struct is created with the [`lines() `] method on [`str`].
1179
+ /// This struct is created with the [`lines`] method on [`str`].
1180
1180
/// See its documentation for more.
1181
1181
///
1182
- /// [`lines() `]: ../../std/primitive.str.html#method.lines
1182
+ /// [`lines`]: ../../std/primitive.str.html#method.lines
1183
1183
/// [`str`]: ../../std/primitive.str.html
1184
1184
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
1185
1185
#[ derive( Clone , Debug ) ]
0 commit comments