We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6707df commit 4728279Copy full SHA for 4728279
library/core/src/net/ip_addr.rs
@@ -1437,7 +1437,7 @@ impl Ipv6Addr {
1437
/// - The [unspecified address] ([`is_unspecified`](Ipv6Addr::is_unspecified))
1438
/// - The [loopback address] ([`is_loopback`](Ipv6Addr::is_loopback))
1439
/// - IPv4-mapped addresses
1440
- /// - Addresses reserved for benchmarking
+ /// - Addresses reserved for benchmarking ([`is_benchmarking`](Ipv6Addr::is_benchmarking))
1441
/// - Addresses reserved for documentation ([`is_documentation`](Ipv6Addr::is_documentation))
1442
/// - Unique local addresses ([`is_unique_local`](Ipv6Addr::is_unique_local))
1443
/// - Unicast addresses with link-local scope ([`is_unicast_link_local`](Ipv6Addr::is_unicast_link_local))
0 commit comments