diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2017-11-14 16:52:14 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-14 16:52:14 +0100 |
| commit | 66d0537ebe5441f740adb1c7f6b4eab5ee1801f1 (patch) | |
| tree | fadcfc66a5adfbc538714289ddf67b89bc9ed3b8 /src/liballoc | |
| parent | 0895347a493da4f4ab6293e519eadc01028699f9 (diff) | |
| parent | 838a38365daa047fca7e57f63f9c54614c45595f (diff) | |
| download | rust-66d0537ebe5441f740adb1c7f6b4eab5ee1801f1.tar.gz rust-66d0537ebe5441f740adb1c7f6b4eab5ee1801f1.zip | |
Rollup merge of #45977 - kennytm:fix-pulldown-warnings, r=steveklabnik
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] |
