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 842f7fd commit fa9be2fCopy full SHA for fa9be2f
test/lint/test_runner/src/main.rs
@@ -137,9 +137,9 @@ fn lint_trailing_whitespace() -> LintResult {
137
if trailing_space {
138
Err(r#"
139
^^^
140
-Trailing whitespace is problematic, because git may warn about it, or editors may remove it by
141
-default, forcing developers in the future to either undo the changes manually or spend time on
142
-review.
+Trailing whitespace (including Windows line endings [CR LF]) is problematic, because git may warn
+about it, or editors may remove it by default, forcing developers in the future to either undo the
+changes manually or spend time on review.
143
144
Thus, it is best to remove the trailing space now.
145
0 commit comments