We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3715fc6 commit df324faCopy full SHA for df324fa
src/doc/style-guide/src/README.md
@@ -115,7 +115,10 @@ fn baz() {}
115
### Trailing whitespace
116
117
Do not include trailing whitespace on the end of any line. This includes blank
118
-lines, comment lines, and code lines.
+lines, comment lines, code lines, and string literals.
119
+
120
+Note that avoiding trailing whitespace in string literals requires care to
121
+preserve the value of the literal.
122
123
### Sorting
124
0 commit comments