Run update_lints for Unicode lint

This commit is contained in:
Lzu Tao 2019-08-23 09:49:49 +00:00 committed by flip1995
parent 652840b4f1
commit 3aea86030e
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -1858,7 +1858,7 @@ pub const ALL_LINTS: [Lint; 309] = [
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",
},