Skip to content

Commit

Permalink
Run update_lints
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 2, 2020
1 parent 515ca93 commit 45f25f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lintlist/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
Expand Down

0 comments on commit 45f25f8

Please sign in to comment.