mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-10 23:24:24 +00:00
Run update_lints
This commit is contained in:
parent
4ea246b0b3
commit
14d1d040b4
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue