You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simplify ipv4addr_to_libc and ipv4addr_to_libc by changing their bodies to a simple mem::transmute, since Ipv4Addr and Ipv6Addr are simple newtypes around the libc types.