-
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
Add an impl for From trait #32050
Add an impl for From trait #32050
Conversation
Thanks! I'll tag this with |
Could you add an explicit stability tag? It'll make it easier to tell in what release this impl was added. |
@sfackler done! |
Converts a u8 slice to a Ipv4Addr
⌛ Testing commit ee18d8e with merge ec733a3... |
⛄ The build was interrupted to prioritize another pull request. |
⌛ Testing commit ee18d8e with merge 941c514... |
💔 Test failed - auto-mac-64-opt |
@bors: retry On Thu, Mar 17, 2016 at 11:52 PM, bors notifications@github.com wrote:
|
⌛ Testing commit ee18d8e with merge 50f96a7... |
@bors: retry force clean |
Add an impl for From trait Converts a u8 slice to a Ipv4Addr More discussion on this here: rust-lang/rfcs#1498 (comment)
Converts a u8 slice to a Ipv4Addr
More discussion on this here: rust-lang/rfcs#1498 (comment)