diff options
| author | Ethan Brierley <ethanboxx@gmail.com> | 2024-01-05 22:34:43 +0000 |
|---|---|---|
| committer | Ethan Brierley <ethanboxx@gmail.com> | 2024-01-05 22:35:27 +0000 |
| commit | 853504df238835208d8a565cbb532918d84492c6 (patch) | |
| tree | 60b15d01efd28baa38f2c931a86753f9b7093469 | |
| parent | b8c207435c85955d0c0806240d5491f5ccd1def5 (diff) | |
| download | rust-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.rs | 1 |
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); |
