Skip to content

Commit

Permalink
Remove feature not required by Ipv6Addr::to_cononical doctest
Browse files Browse the repository at this point in the history
The feature does not seem to be required by this doctest.
  • Loading branch information
eopb committed Jan 5, 2024
1 parent b8c2074 commit 853504d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/core/src/net/ip_addr.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1860,7 +1860,6 @@ impl Ipv6Addr {
/// # Examples
///
/// ```
/// #![feature(ip)]
/// use std::net::Ipv6Addr;
///
/// assert_eq!(Ipv6Addr::new(0, 0, 0, 0, 0, 0xffff, 0x7f00, 0x1).is_loopback(), false);
Expand Down

0 comments on commit 853504d

Please sign in to comment.