mirror of
https://github.com/rust-lang/rust.git
synced 2025-05-14 02:49:40 +00:00
Run update_lints
This commit is contained in:
parent
515ca93123
commit
45f25f82fe
@ -2813,7 +2813,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
|
|||||||
Lint {
|
Lint {
|
||||||
name: "zero_width_space",
|
name: "zero_width_space",
|
||||||
group: "correctness",
|
group: "correctness",
|
||||||
desc: "using a zero-width space in a string literal, which is confusing",
|
desc: "using an invisible character in a string literal, which is confusing",
|
||||||
deprecation: None,
|
deprecation: None,
|
||||||
module: "unicode",
|
module: "unicode",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user