Various rustfmt and commenting changes#49969
Conversation
|
r? @estebank (rust_highfive has picked a reviewer for you, use r? to override) |
|
☔ The latest upstream changes (presumably #49433) made this pull request unmergeable. Please resolve the merge conflicts. |
estebank
left a comment
There was a problem hiding this comment.
LGTM overall, fix the merge conflict and r=me. That being said, I'd lean towards really small rustfmt PRs to minimize the likelihood of causing merge conflicts for open PRs.
src/librustc_driver/driver.rs
Outdated
There was a problem hiding this comment.
I just ran rustfmt on the file. I'm guessing it is avoiding >=100 chars per line...
src/librustc_driver/driver.rs
Outdated
There was a problem hiding this comment.
I don't see this change as an improvement :-/
There was a problem hiding this comment.
Eh, I could accept either way...
|
@estebank Thanks :) Rebased. |
|
@bors r+ |
|
📌 Commit d984e4a has been approved by |
|
☔ The latest upstream changes (presumably #49882) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@estebank rebased. |
|
@bors r+ |
|
📌 Commit 787b705 has been approved by |
Various rustfmt and commenting changes These are factored out of #49320 There aren't actually any changes in functionality, just rustfmt and doccomments.
|
☀️ Test successful - status-appveyor, status-travis |
These are factored out of #49320
There aren't actually any changes in functionality, just rustfmt and doccomments.