We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 652840b commit 3aea860Copy full SHA for 3aea860
src/lintlist/mod.rs
@@ -1858,7 +1858,7 @@ pub const ALL_LINTS: [Lint; 309] = [
1858
Lint {
1859
name: "unicode_not_nfc",
1860
group: "pedantic",
1861
- 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)",
1862
deprecation: None,
1863
module: "unicode",
1864
},
0 commit comments