about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2019-08-23 10:23:52 +0000
committerbors <bors@rust-lang.org>2019-08-23 10:23:52 +0000
commit7a118438537c3be82d64389fddafbcfc22ef4dd3 (patch)
treec6212542792d7d8ac03fc4a9f745a45248c8cc0f /src
parent6e4aa666b3f75821b778f283478fe1e8ddee35fb (diff)
parentab335eacb4ac87c30907fc536c509c70c66c8d8f (diff)
downloadrust-7a118438537c3be82d64389fddafbcfc22ef4dd3.tar.gz
rust-7a118438537c3be82d64389fddafbcfc22ef4dd3.zip
Auto merge of #4439 - lzutao:fix-format, r=phansch
Re-factor format lint

cc #4432

changelog: none
Diffstat (limited to 'src')
-rw-r--r--src/lintlist/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs
index 9abe4558bb9..b7a6e486f0b 100644
--- a/src/lintlist/mod.rs
+++ b/src/lintlist/mod.rs
@@ -1879,7 +1879,7 @@ pub const ALL_LINTS: [Lint; 311] = [
     Lint {
         name: "unicode_not_nfc",
         group: "pedantic",
-        desc: "using a unicode literal not in NFC normal form (see [unicode tr15](http://www.unicode.org/reports/tr15/) for further information)",
+        desc: "using a Unicode literal not in NFC normal form (see [Unicode tr15](http://www.unicode.org/reports/tr15/) for further information)",
         deprecation: None,
         module: "unicode",
     },