Skip to content

Commit 853504d

Browse files
committed
Remove feature not required by Ipv6Addr::to_cononical doctest
The feature does not seem to be required by this doctest.
1 parent b8c2074 commit 853504d

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
@@ -1860,7 +1860,6 @@ impl Ipv6Addr {
18601860
/// # Examples
18611861
///
18621862
/// ```
1863-
/// #![feature(ip)]
18641863
/// use std::net::Ipv6Addr;
18651864
///
18661865
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0x7f00, 0x1).is_loopback(), false);

0 commit comments

Comments
 (0)