Uh oh!
There was an error while loading. Please reload this page.
Remove unnecessary unwraps - #60720
Conversation
rust-highfive
commented
May 10, 2019
r? @pnkfelix (rust_highfive has picked a reviewer for you, use r? to override) |
There was a problem hiding this comment.
Only this change was needed, but avoiding the other unwraps is worthwhile.
estebank
commented
May 10, 2019
r? @zackmdavis |
This comment has been minimized.
This comment has been minimized.
zackmdavis
commented
May 11, 2019
@bors r+ |
bors
commented
May 11, 2019
📌 Commit c158a0f has been approved by |
jethrogb
commented
May 11, 2019
Needs test? |
zackmdavis
commented
May 11, 2019
@jethrogb good question! Unless someone can further minimize your motivating example to not need a dependency (so, no |
Remove unnecessary unwraps Fixrust-lang#60713.
estebank
commented
May 11, 2019
The ideal thing would be to add a test but because it required two crates to repro writing it would have taken me a hit longer. Having said that the change should be good as it is, but thanks for keeping your eyes peeled @jethrogb and thanks @zackmdavid for the vote of confidence ^_^ |
Fix#60713.