Skip to content

Commit ab335ea

Browse files
committed
Run update_lints for Unicode lint
1 parent f717a77 commit ab335ea

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
@@ -1879,7 +1879,7 @@ pub const ALL_LINTS: [Lint; 311] = [
18791879
Lint {
18801880
name: "unicode_not_nfc",
18811881
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)",
1882+
desc: "using a Unicode literal not in NFC normal form (see [Unicode tr15](http://www.unicode.org/reports/tr15/) for further information)",
18831883
deprecation: None,
18841884
module: "unicode",
18851885
},

0 commit comments

Comments
 (0)