rust/library/std
bors 1823a87986 Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnay
Stabilize `IpAddr::is_ipv4` and `is_ipv6` as const

Insta-stabilize the methods `is_ipv4` and `is_ipv6` of `std::net::IpAddr` as const, in the same way as [PR#76198](https://github.com/rust-lang/rust/pull/76198).

Possible because of the recent stabilization of const control flow.

Part of #76225 and #76205.
2020-11-23 04:47:25 +00:00
..
benches
src Auto merge of #76226 - CDirkx:const-ipaddr, r=dtolnay 2020-11-23 04:47:25 +00:00
tests
build.rs Make the libstd build script smaller 2020-11-15 16:17:21 +01:00
Cargo.toml std: Update the backtrace crate submodule 2020-11-20 11:56:07 -08:00