We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f717a77 commit ab335eaCopy full SHA for ab335ea
src/lintlist/mod.rs
@@ -1879,7 +1879,7 @@ pub const ALL_LINTS: [Lint; 311] = [
1879
Lint {
1880
name: "unicode_not_nfc",
1881
group: "pedantic",
1882
- 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)",
1883
deprecation: None,
1884
module: "unicode",
1885
},
0 commit comments