Uh oh!
There was an error while loading. Please reload this page.
Document remaining undocumented From implementations for IPs - #68640
Merged
Conversation
steveklabnik
approved these changes
Jan 29, 2020
steveklabnik
commented
Jan 29, 2020
Contributor
Thanks! @bors: r+ rollup |
bors
commented
Jan 29, 2020
Collaborator
📌 Commit dac0c389a960fc5226f333c7e64f9435f2c111ad has been approved by |
rust-highfive
commented
Jan 29, 2020
Contributor
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
LeSeulArtichautforce-pushed
the
doc-from-ip
branch
from
January 29, 2020 16:46
dac0c38 to
27575b2CompareLeSeulArtichautforce-pushed
the
doc-from-ip
branch
from
January 29, 2020 16:47
27575b2 to
ab5e296CompareContributorAuthor
@steveklabnik I had made a small mistake in an import, pushed a fix |
steveklabnik
commented
Jan 29, 2020
Contributor
It's all good, thank you! @bors: r+ rollup |
bors
commented
Jan 29, 2020
Collaborator
📌 Commit ab5e296 has been approved by |
Dylan-DPC-zz pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Jan 30, 2020
…eklabnik Document remaining undocumented `From` implementations for IPs Some `From` implementations were missing documentation. I added examples, I tried to be as close to existing examples as possible. Related to rust-lang#51430 (cc @skade) r? @steveklabnik
bors added a commit
that referenced
this pull request
Jan 30, 2020
Rollup of 6 pull requests Successful merges: - #66648 (Implement clone_from for BTreeMap and BTreeSet) - #68468 (BTreeMap: tag and explain unsafe internal functions or assert preconditions) - #68626 (Use termize instead of term_size) - #68640 (Document remaining undocumented `From` implementations for IPs) - #68651 (Document `From` implementation for NonZero nums) - #68655 (Fix revision annotations in borrowck-feature-nll-overrides-migrate) Failed merges: r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Some
Fromimplementations were missing documentation. I added examples, I tried to be as close to existing examples as possible.Related to #51430 (cc @skade)
r? @steveklabnik