Skip to content

Commit 4728279

Browse files
committed
Add link to is_benchmark from the Ipv6Addr::is_global documentation
All other relevant is_* methods are mentioned in the list of addresses here, is_benchmarking has been the only one missing.
1 parent e6707df commit 4728279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/net/ip_addr.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1437,7 +1437,7 @@ impl Ipv6Addr {
14371437
/// - The [unspecified address] ([`is_unspecified`](Ipv6Addr::is_unspecified))
14381438
/// - The [loopback address] ([`is_loopback`](Ipv6Addr::is_loopback))
14391439
/// - IPv4-mapped addresses
1440-
/// - Addresses reserved for benchmarking
1440+
/// - Addresses reserved for benchmarking ([`is_benchmarking`](Ipv6Addr::is_benchmarking))
14411441
/// - Addresses reserved for documentation ([`is_documentation`](Ipv6Addr::is_documentation))
14421442
/// - Unique local addresses ([`is_unique_local`](Ipv6Addr::is_unique_local))
14431443
/// - Unicast addresses with link-local scope ([`is_unicast_link_local`](Ipv6Addr::is_unicast_link_local))

0 commit comments

Comments
 (0)