Run update_lints

This commit is contained in:
flip1995 2019-09-04 15:33:14 +02:00
parent 4ea246b0b3
commit 14d1d040b4
No known key found for this signature in database
GPG key ID: 693086869D506637

View file

@ -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",
},