Uh oh!
There was an error while loading. Please reload this page.
Remove trailing whitespace at the end of lines - #32235
Conversation
There was a problem hiding this comment.
AFAIK libbracktrace is not part of Rust proper, so the Rust styleguide doesn't apply (and these files shouldn't be modified anyway if at all possible, because it complicates upgrades).
There was a problem hiding this comment.
Be careful with markdown files! I can't give this a proper review right now, but trailing white space is significant in them, it's used in the book intentionally at least once.
On Mar 13, 2016, 16:16 -0400, rkruppenotifications@github.com, wrote:
Insrc/libbacktrace/Makefile.am(#32235 (comment)):
@@ -6,12 +6,12 @@># met:>># (1) Redistributions of source code must retain the above copyright>-# notice, this list of conditions and the following disclaimer.
libbracktrace is not part of Rust proper, so the Rust styleguide doesn't apply (and these files shouldn't be modified anyway if at all possible, because it complicates upgrades).
—
Reply to this email directly orview it on GitHub(https://github.com/rust-lang/rust/pull/32235/files#r55942955).
There was a problem hiding this comment.
Thank you for your comments! This change can be abandoned and be split for easier reviewing. Sorry about making a big change. Of course if trailing whitespaces are not a problem at all, then change does not have to be made in first place.
There was a problem hiding this comment.
I think that generally, removing it is good, but it can't be fully done with a script, eg, for reasons like both of these.
I agree with @rkruppe about everything in libbacktrace. I'll review the rest now.
steveklabnik
commented
Mar 14, 2016
Okay, yeah, all of this looks fine, except libbacktrace. |
floftar
commented
Mar 14, 2016
There should not be anymore changes to |
steveklabnik
commented
Mar 14, 2016
@bors: r+ rollup thanks so much! |
bors
commented
Mar 14, 2016
📌 Commit dcadf29 has been approved by |
floftar
commented
Mar 14, 2016
Thanks for comments. I will try to make smaller commits in the future to make reviews easier. |
bors
commented
Mar 15, 2016
☔ The latest upstream changes (presumably #30652) made this pull request unmergeable. Please resolve the merge conflicts. |
bors
commented
Mar 22, 2016
☔ The latest upstream changes (presumably #32402) made this pull request unmergeable. Please resolve the merge conflicts. |
floftar
commented
Mar 23, 2016
I rebased this pull request. |
sanxiyn
commented
Mar 28, 2016
@bors r+ rollup |
bors
commented
Mar 28, 2016
📌 Commit ccafdae has been approved by |
Remove trailing whitespace at the end of lines According the rules of styling Rust code there should not be trailing whitespace at the end of lines or files. I thought that it might be good to remove trailing whitespace from other files also, if it does not break anything.
According the rules of styling Rust code there should not be trailing whitespace at the end of lines or files. I thought that it might be good to remove trailing whitespace from other files also, if it does not break anything.