mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-12 23:13:15 +00:00
![Markus Westerlind](/assets/img/avatar_default.png)
When block comments were rewritten to line comments they check if a new line needs to be added and adds one if needed. It only checked for '\n' however which would cause a newline to be added even if the comment was ended by "\r\n"
4 lines
111 B
XML
4 lines
111 B
XML
/* Block comments followed by CRLF newlines should not an extra newline at the end */
|
|
|
|
/* Something else */
|