File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2293,7 +2293,7 @@ impl str {
2293
2293
///
2294
2294
/// - U+0021 ... U+002F `! " # $ % & ' ( ) * + , - . /`, or
2295
2295
/// - U+003A ... U+0040 `: ; < = > ? @`, or
2296
- /// - U+005B ... U+0060 `[ \\ ] ^ _ \ ``, or
2296
+ /// - U+005B ... U+0060 `` [ \ ] ^ _ ` ``, or
2297
2297
/// - U+007B ... U+007E `{ | } ~`
2298
2298
#[ unstable( feature = "ascii_ctype" , issue = "39658" ) ]
2299
2299
#[ inline]
Original file line number Diff line number Diff line change @@ -2630,7 +2630,7 @@ impl u8 {
2630
2630
///
2631
2631
/// - U+0021 ... U+002F `! " # $ % & ' ( ) * + , - . /`, or
2632
2632
/// - U+003A ... U+0040 `: ; < = > ? @`, or
2633
- /// - U+005B ... U+0060 `[ \\ ] ^ _ \ ``, or
2633
+ /// - U+005B ... U+0060 `` [ \ ] ^ _ ` ``, or
2634
2634
/// - U+007B ... U+007E `{ | } ~`
2635
2635
///
2636
2636
/// # Examples
Original file line number Diff line number Diff line change @@ -737,7 +737,7 @@ pub trait Read {
737
737
/// Transforms this `Read` instance to an [`Iterator`] over its bytes.
738
738
///
739
739
/// The returned type implements [`Iterator`] where the `Item` is
740
- /// [`Result`]`<`[`u8`]`, `[`io::Error`]>`.
740
+ /// [`Result`]`<`[`u8`]`, `[`io::Error`]` >`.
741
741
/// The yielded item is [`Ok`] if a byte was successfully read and [`Err`]
742
742
/// otherwise. EOF is mapped to returning [`None`] from this iterator.
743
743
///
@@ -748,7 +748,7 @@ pub trait Read {
748
748
/// [file]: ../fs/struct.File.html
749
749
/// [`Iterator`]: ../../std/iter/trait.Iterator.html
750
750
/// [`Result`]: ../../std/result/enum.Result.html
751
- /// [`io::Error`` ]: ../../std/io/struct.Error.html
751
+ /// [`io::Error`]: ../../std/io/struct.Error.html
752
752
/// [`u8`]: ../../std/primitive.u8.html
753
753
/// [`Ok`]: ../../std/result/enum.Result.html#variant.Ok
754
754
/// [`Err`]: ../../std/result/enum.Result.html#variant.Err
Original file line number Diff line number Diff line change @@ -1292,7 +1292,7 @@ impl char {
1292
1292
///
1293
1293
/// - U+0021 ... U+002F `! " # $ % & ' ( ) * + , - . /`, or
1294
1294
/// - U+003A ... U+0040 `: ; < = > ? @`, or
1295
- /// - U+005B ... U+0060 `[ \\ ] ^ _ \ ``, or
1295
+ /// - U+005B ... U+0060 `` [ \ ] ^ _ ` ``, or
1296
1296
/// - U+007B ... U+007E `{ | } ~`
1297
1297
///
1298
1298
/// # Examples
You can’t perform that action at this time.
0 commit comments