We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 515ca93 commit 45f25f8Copy full SHA for 45f25f8
src/lintlist/mod.rs
@@ -2813,7 +2813,7 @@ pub static ref ALL_LINTS: Vec<Lint> = vec![
2813
Lint {
2814
name: "zero_width_space",
2815
group: "correctness",
2816
- 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",
2817
deprecation: None,
2818
module: "unicode",
2819
},
0 commit comments