summaryrefslogtreecommitdiffstats
path: root/src/tools/clippy/src/docs/invisible_characters.txt
blob: 3dda380911f91589d5b496967bb64b21badf592d (plain)
1
2
3
4
5
6
7
8
9
10
### 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
some­where in this text.