Uh oh!
There was an error while loading. Please reload this page.
Improve panic docs for Instant::duration_since - #43256
Conversation
The docs for Instant::duration_since has a confusing section on panicking. It's much more clear without the second two sentences of description.
rust-highfive
commented
Jul 15, 2017
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @sfackler (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
sfackler
commented
Jul 15, 2017
steveklabnik
commented
Jul 18, 2017
@bors: r+ agreed, thanks! |
bors
commented
Jul 18, 2017
📌 Commit c458627 has been approved by |
arielb1
commented
Jul 18, 2017
@bors rollup |
bors
commented
Jul 19, 2017
⌛ Testing commit c458627 with merge c57adc276eec266c41e605ad85fbde7198aeab73... |
bors
commented
Jul 19, 2017
💔 Test failed - status-appveyor |
nagbot-rs
commented
Jul 19, 2017
via email
@bors: retry …On Wed, Jul 19, 2017 at 4:28 AM, bors ***@***.***> wrote:
💔 Test failed - status-appveyor
<https://ci.appveyor.com/project/rust-lang/rust/build/1.0.3978>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#43256 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AaPN0N-evhBDPAJHkoDna3TKENKqBZJwks5sPcxUgaJpZM4OZHfP>
.
--
You received this message because you are subscribed to the Google Groups
"rust-ops" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To post to this group, send email to ***@***.***
To view this discussion on the web visit https://groups.google.com/d/
msgid/rust-ops/rust-lang/rust/pull/43256/c316327379%40github.com
<https://groups.google.com/d/msgid/rust-ops/rust-lang/rust/pull/43256/c316327379%40github.com?utm_medium=email&utm_source=footer>
.
For more options, visit https://groups.google.com/d/optout.
|
bors
commented
Jul 19, 2017
@nagbot-rs: 🔑 Insufficient privileges: and not in try users |
alexcrichton
commented
Jul 19, 2017
@bors: retry |
bors
commented
Jul 21, 2017
⌛ Testing commit c458627 with merge 5ba271e42032f53fe7f92fa2c091c1e9a736519f... |
bors
commented
Jul 21, 2017
💔 Test failed - status-travis |
TimNN
commented
Jul 21, 2017
@bors retry
|
Improve panic docs for Instant::duration_since The docs for Instant::duration_since has a confusing section on panicking. It's much more clear without the second two sentences of description.
bors
commented
Jul 23, 2017
Improve panic docs for Instant::duration_since The docs for Instant::duration_since has a confusing section on panicking. It's much more clear without the second two sentences of description.
bors
commented
Jul 23, 2017
☀️ Test successful - status-appveyor, status-travis |
The docs for Instant::duration_since has a confusing section on panicking. It's
much more clear without the second two sentences of description.