Skip to content

Commit

Permalink
Run update_lints
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Sep 4, 2019
1 parent 4ea246b commit 14d1d04
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 @@ -171,7 +171,7 @@ pub const ALL_LINTS: [Lint; 311] = [
Lint {
name: "char_lit_as_u8",
group: "complexity",
desc: "casting a character literal to u8",
desc: "casting a character literal to u8 truncates",
deprecation: None,
module: "types",
},
Expand Down

0 comments on commit 14d1d04

Please sign in to comment.