]> git.lizzy.rs Git - rust.git/blobdiff - src/lintlist/mod.rs
Auto merge of #6105 - bugadani:sus-char, r=ebroto
[rust.git] / src / lintlist / mod.rs
index ccdfac3a34b45836c8f8d2cf5b609c61786fe2e5..26aaaf16fae6b245bd9f90a64c642e5a9851ef02 100644 (file)
         deprecation: None,
         module: "types",
     },
+    Lint {
+        name: "invisible_characters",
+        group: "correctness",
+        desc: "using an invisible character in a string literal, which is confusing",
+        deprecation: None,
+        module: "unicode",
+    },
     Lint {
         name: "items_after_statements",
         group: "pedantic",
         deprecation: None,
         module: "misc",
     },
-    Lint {
-        name: "zero_width_space",
-        group: "correctness",
-        desc: "using a zero-width space in a string literal, which is confusing",
-        deprecation: None,
-        module: "unicode",
-    },
     Lint {
         name: "zst_offset",
         group: "correctness",