Skip to content

Commit

Permalink
Rollup merge of #119641 - eopb:std-unused-ip-feature, r=ChrisDenton
Browse files Browse the repository at this point in the history
Remove feature not required by `Ipv6Addr::to_cononical` doctest

The feature does not seem to be required by this doctest.
  • Loading branch information
matthiaskrgr authored Jan 27, 2024
2 parents 9a44176 + 853504d commit b35a3f8
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 @@ -1893,7 +1893,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 b35a3f8

Please sign in to comment.