diff options
| author | kennytm <kennytm@gmail.com> | 2017-11-14 17:22:57 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2017-11-14 17:22:57 +0800 |
| commit | 838a38365daa047fca7e57f63f9c54614c45595f (patch) | |
| tree | 7f683398ffd495958536f790ca676eb466bb0b36 /src/liballoc | |
| parent | b5a3ab2e81c837df95a21758b00aeb4e88477b30 (diff) | |
| download | rust-838a38365daa047fca7e57f63f9c54614c45595f.tar.gz rust-838a38365daa047fca7e57f63f9c54614c45595f.zip | |
Fixed several pulldown warnings when documenting libstd.
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/str.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/str.rs b/src/liballoc/str.rs index a167b2e57c0..f68ee847eb3 100644 --- a/src/liballoc/str.rs +++ b/src/liballoc/str.rs @@ -2293,7 +2293,7 @@ impl str { /// /// - U+0021 ... U+002F `! " # $ % & ' ( ) * + , - . /`, or /// - U+003A ... U+0040 `: ; < = > ? @`, or - /// - U+005B ... U+0060 `[ \\ ] ^ _ \``, or + /// - U+005B ... U+0060 ``[ \ ] ^ _ ` ``, or /// - U+007B ... U+007E `{ | } ~` #[unstable(feature = "ascii_ctype", issue = "39658")] #[inline] |
