Skip to content

Commit 14d1d04

Browse files
committed
Run update_lints
1 parent 4ea246b commit 14d1d04

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
@@ -171,7 +171,7 @@ pub const ALL_LINTS: [Lint; 311] = [
171171
Lint {
172172
name: "char_lit_as_u8",
173173
group: "complexity",
174-
desc: "casting a character literal to u8",
174+
desc: "casting a character literal to u8 truncates",
175175
deprecation: None,
176176
module: "types",
177177
},

0 commit comments

Comments
 (0)