From ab335eacb4ac87c30907fc536c509c70c66c8d8f Mon Sep 17 00:00:00 2001 From: Lzu Tao Date: Fri, 23 Aug 2019 09:49:49 +0000 Subject: [PATCH] Run update_lints for Unicode lint --- src/lintlist/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },