diff options
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index b41ed4a5910..a10c1d3901f 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -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", }, |
