RS.CLIPPY.INVISIBLE_CHARACTERS
Using an invisible character in a string literal, which is confusing
This checker is a Clippy lint created by The Rust Project Contributors. The documentation shown here is a copy of the original documentation for: invisible_characters. Copyright ©2025 The Rust Team. All rights reserved.
What it does
Checks for invisible Unicode characters in the code.
Why is this bad?
Having an invisible character in the code makes for all sorts of April fools, but otherwise is very much frowned upon.
Example
You don't see it, but there may be a zero-width space or soft hyphen somewhere in this text.
Past names
- zero_width_space