-
Notifications
You must be signed in to change notification settings - Fork 12.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
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. |
@bors: r+ agreed, thanks! |
📌 Commit c458627 has been approved by |
@bors rollup |
⌛ Testing commit c458627 with merge c57adc276eec266c41e605ad85fbde7198aeab73... |
💔 Test failed - status-appveyor |
@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.
|
@nagbot-rs: 🔑 Insufficient privileges: and not in try users |
@bors: retry |
⌛ Testing commit c458627 with merge 5ba271e42032f53fe7f92fa2c091c1e9a736519f... |
💔 Test failed - status-travis |
@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.
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.
☀️ 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.