Skip to content

Commit

Permalink
Rollup merge of #89138 - newpavlov:patch-2, r=dtolnay
Browse files Browse the repository at this point in the history
Fix link in Ipv6Addr::to_ipv4 docs
  • Loading branch information
Manishearth authored Oct 4, 2021
2 parents 5215b85 + a993d7d commit c167eee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/std/src/net/ip.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1635,7 +1635,7 @@ impl Ipv6Addr {
/// `::a.b.c.d` and `::ffff:a.b.c.d` become `a.b.c.d`
/// All addresses *not* starting with either all zeroes or `::ffff` will return `None`.
///
/// [IPv4 address]: Ipv4Addr
/// [`IPv4` address]: Ipv4Addr
/// [IPv4-compatible]: Ipv6Addr#ipv4-compatible-ipv6-addresses
/// [IPv4-mapped]: Ipv6Addr#ipv4-mapped-ipv6-addresses
/// [IETF RFC 4291 section 2.5.5.1]: https://tools.ietf.org/html/rfc4291#section-2.5.5.1
Expand Down

0 comments on commit c167eee

Please sign in to comment.