Run update_lints

This commit is contained in:
Dániel Buga 2020-10-02 12:02:54 +02:00
parent 515ca93123
commit 45f25f82fe

View File

@ -2813,7 +2813,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
Lint {
name: "zero_width_space",
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,
module: "unicode",
},