Uh oh!
There was an error while loading. Please reload this page.
Refactor pretty printing slightly - #42897
Conversation
rust-highfive
commented
Jun 25, 2017
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
carols10cents
commented
Jun 26, 2017
Aaaand one of the osx builds did that thing where it doesn't start :( Restarting it... |
bors
commented
Jun 30, 2017
☔ The latest upstream changes (presumably #42902) made this pull request unmergeable. Please resolve the merge conflicts. |
aidanhs
commented
Jul 5, 2017
@Mark-Simulacrum looks like this has conflicts that need resolving |
Mark-Simulacrum
commented
Jul 5, 2017
Okay, well, I resolved the conflicts but still need to rebase the branch -- I'll leave it as-is until I get a chance to do that... |
ccee223 to
75ce1b2Comparebors
commented
Jul 9, 2017
☔ The latest upstream changes (presumably #43115) made this pull request unmergeable. Please resolve the merge conflicts. |
No (intentional) changes to behavior. This is intended to avoid the anti-pattern of having to import individual methods throughout code.
The literal index was increased in only next_lit, so it isn't necessary: code now uses an iterator. The cur_cmnt field is also moved to be increased in print_comment instead of after each call to print_comment.
This is needless noise; the closure we take is FnOnce, so move || {} is
fine to pass other parameters necessary.75ce1b2 to
40f03a1CompareMark-Simulacrum
commented
Jul 11, 2017
Rebased. |
jseyfried
commented
Jul 11, 2017
r? @jseyfried |
jseyfried
commented
Jul 12, 2017
Nice! |
bors
commented
Jul 12, 2017
📌 Commit 40f03a1 has been approved by |
bors
commented
Jul 12, 2017
…ried Refactor pretty printing slightly This doesn't introduce any functional changes (that I'm aware of). The primary intention here is to clean up the code a little. Each commit is intended to stand alone, reviewing commit-by-commit may be easiest.
bors
commented
Jul 12, 2017
☀️ Test successful - status-appveyor, status-travis |
This doesn't introduce any functional changes (that I'm aware of). The primary intention here is to clean up the code a little. Each commit is intended to stand alone, reviewing commit-by-commit may be easiest.