Fixed several pulldown warnings when documenting libstd.

This commit is contained in:
kennytm
2017-11-14 17:22:57 +08:00
parent b5a3ab2e81
commit 838a38365d
4 changed files with 5 additions and 5 deletions

View File

@@ -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]