diff options
| author | bors <bors@rust-lang.org> | 2019-09-04 13:33:47 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-09-04 13:33:47 +0000 |
| commit | 9d2772207ebe378fece31bfdcff4f50eff24c19d (patch) | |
| tree | 6b0674625066150f6d51be253454ee7552797ea3 /src | |
| parent | ffe57fad85ffa8561bd5ead77353337d7de23139 (diff) | |
| parent | 14d1d040b435d089d6240dc50a789eccdf857afb (diff) | |
| download | rust-9d2772207ebe378fece31bfdcff4f50eff24c19d.tar.gz rust-9d2772207ebe378fece31bfdcff4f50eff24c19d.zip | |
Auto merge of #4418 - euclio:byte-lit-suggestion, r=flip1995
use a structured suggestion for char-lit-as-u8 changelog: use a structured suggestion for char-lit-as-u8
Diffstat (limited to 'src')
| -rw-r--r-- | src/lintlist/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lintlist/mod.rs b/src/lintlist/mod.rs index be09ac321d2..1435e9968dd 100644 --- a/src/lintlist/mod.rs +++ b/src/lintlist/mod.rs @@ -171,7 +171,7 @@ pub const ALL_LINTS: [Lint; 313] = [ 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", }, |
