Uh oh!
There was an error while loading. Please reload this page.
Simplify Command::spawn (no semantic change) - #83170
Conversation
rust-highfive
commented
Mar 15, 2021
r? @kennytm (rust-highfive has picked a reviewer for you, use r? to override) |
joshtriplett
commented
Mar 15, 2021
Note that I based this PR on the branch from #83121 , to avoid a conflict. |
kennytm
commented
Mar 17, 2021
CI not running? 🤔 |
joshtriplett
commented
Mar 18, 2021
I'd like to hold off on this one until #81825 gets in, since the two will likely conflict and that one has been waiting longer. I'll rebase this after that goes in. |
voidc
commented
Mar 19, 2021
I also don't mind rebasing #81825 if you want to merge this first. |
joshtriplett
commented
Mar 20, 2021
@voidc I appreciate that, but this is a minor cleanup and I'm much more interested in the pidfd work. |
This minimizes the size of an unsafe block, and allows outdenting some complex code.
ede3431 to
68dbdfbComparejoshtriplett
commented
Mar 29, 2021
Since #81825 seems to be blocked by an LLVM codegen issue, I'd like to go ahead and merge this. |
joshtriplett
commented
Mar 29, 2021
kennytm
commented
Mar 30, 2021
@bors r+ |
bors
commented
Mar 30, 2021
📌 Commit 68dbdfb has been approved by |
bors
commented
Mar 30, 2021
bors
commented
Mar 30, 2021
☀️ Test successful - checks-actions |
This minimizes the size of an unsafe block, and allows outdenting some
complex code.