Skip to content

Commit

Permalink
Run update_lints for Unicode lint
Browse files Browse the repository at this point in the history
  • Loading branch information
tesuji authored and flip1995 committed Sep 3, 2019
1 parent 652840b commit 3aea860
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lintlist/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 3aea860

Please sign in to comment.