Skip to content

Commit 3aea860

Browse files
tesujiflip1995
authored andcommittedSep 3, 2019
Run update_lints for Unicode lint
1 parent 652840b commit 3aea860

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/lintlist/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1858,7 +1858,7 @@ pub const ALL_LINTS: [Lint; 309] = [
18581858
Lint {
18591859
name: "unicode_not_nfc",
18601860
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)",
1861+
desc: "using a Unicode literal not in NFC normal form (see [Unicode tr15](http://www.unicode.org/reports/tr15/) for further information)",
18621862
deprecation: None,
18631863
module: "unicode",
18641864
},

0 commit comments

Comments
 (0)
Please sign in to comment.