about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEthan Brierley <ethanboxx@gmail.com>2024-01-05 22:34:43 +0000
committerEthan Brierley <ethanboxx@gmail.com>2024-01-05 22:35:27 +0000
commit853504df238835208d8a565cbb532918d84492c6 (patch)
tree60b15d01efd28baa38f2c931a86753f9b7093469
parentb8c207435c85955d0c0806240d5491f5ccd1def5 (diff)
downloadrust-853504df238835208d8a565cbb532918d84492c6.tar.gz
rust-853504df238835208d8a565cbb532918d84492c6.zip
Remove feature not required by `Ipv6Addr::to_cononical` doctest
The feature does not seem to be required by this doctest.
-rw-r--r--library/core/src/net/ip_addr.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/library/core/src/net/ip_addr.rs b/library/core/src/net/ip_addr.rs
index 1ef876a3163..762d1caad4b 100644
--- a/library/core/src/net/ip_addr.rs
+++ b/library/core/src/net/ip_addr.rs
@@ -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);