9 lines
522 B
Plaintext
9 lines
522 B
Plaintext
== Why is this an issue?
|
|
|
|
String literals containing invisible Unicode characters can lead to code that is difficult to read, debug, and maintain. These characters are not visually apparent, which can cause confusion for developers trying to understand the code. Ensuring that string literals are free of invisible characters improves code clarity and reduces the risk of unintended behavior.
|
|
|
|
== Resources
|
|
=== Documentation
|
|
|
|
* Clippy Lints - https://rust-lang.github.io/rust-clippy/master/index.html#invisible_characters
|