]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/src/docs/invisible_characters.txt
Auto merge of #99099 - Stargateur:phantomdata_debug, r=joshtriplett
[rust.git] / src / tools / clippy / src / docs / invisible_characters.txt
1 ### What it does
2 Checks for invisible Unicode characters in the code.
3
4 ### Why is this bad?
5 Having an invisible character in the code makes for all
6 sorts of April fools, but otherwise is very much frowned upon.
7
8 ### Example
9 You don't see it, but there may be a zero-width space or soft hyphen
10 some­where in this text.