Skip to content

Commit 45f25f8

Browse files
committed
Run update_lints
1 parent 515ca93 commit 45f25f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lintlist/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2813,7 +2813,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
28132813
Lint {
28142814
name: "zero_width_space",
28152815
group: "correctness",
2816-
desc: "using a zero-width space in a string literal, which is confusing",
2816+
desc: "using an invisible character in a string literal, which is confusing",
28172817
deprecation: None,
28182818
module: "unicode",
28192819
},

0 commit comments

Comments
 (0)