about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2017-11-14 16:52:14 +0100
committerGitHub <noreply@github.com>2017-11-14 16:52:14 +0100
commit66d0537ebe5441f740adb1c7f6b4eab5ee1801f1 (patch)
treefadcfc66a5adfbc538714289ddf67b89bc9ed3b8 /src/liballoc
parent0895347a493da4f4ab6293e519eadc01028699f9 (diff)
parent838a38365daa047fca7e57f63f9c54614c45595f (diff)
downloadrust-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.rs2
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]