Skip to content

Commit 97a1d46

Browse files
authored
Unrolled build for rust-lang#119641
Rollup merge of rust-lang#119641 - eopb:std-unused-ip-feature, r=ChrisDenton Remove feature not required by `Ipv6Addr::to_cononical` doctest The feature does not seem to be required by this doctest.
2 parents 8b6a431 + 853504d commit 97a1d46

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/core/src/net/ip_addr.rs

-1
Original file line numberDiff line numberDiff line change
@@ -1893,7 +1893,6 @@ impl Ipv6Addr {
18931893
/// # Examples
18941894
///
18951895
/// ```
1896-
/// #![feature(ip)]
18971896
/// use std::net::Ipv6Addr;
18981897
///
18991898
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0x7f00, 0x1).is_loopback(), false);

0 commit comments

Comments
 (0)