-
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
Document remaining undocumented From
implementations for IPs
#68640
Conversation
Thanks! @bors: r+ rollup |
📌 Commit dac0c389a960fc5226f333c7e64f9435f2c111ad has been approved by |
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 |
dac0c38
to
27575b2
Compare
27575b2
to
ab5e296
Compare
@steveklabnik I had made a small mistake in an import, pushed a fix |
It's all good, thank you! @bors: r+ rollup |
📌 Commit ab5e296 has been approved by |
…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
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
Some
From
implementations were missing documentation. I added examples, I tried to be as close to existing examples as possible.Related to #51430 (cc @skade)
r? @steveklabnik