]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #66372 - ogham:patch-2, r=jonas-schievink
authorYuki Okushi <huyuumi.dev@gmail.com>
Thu, 14 Nov 2019 05:16:27 +0000 (14:16 +0900)
committerGitHub <noreply@github.com>
Thu, 14 Nov 2019 05:16:27 +0000 (14:16 +0900)
commitd145d1e72c184177f40447c63b2813dcef729860
tree1ed303d6fad82ceb41eaf7e3e939a104dd18bae2
parent8bd84653af8aedacff38bb55f3d8cfd3ffe8d883
parentc154297e6d6314a27d371ffe556e54cee44ceceb
Rollup merge of #66372 - ogham:patch-2, r=jonas-schievink

Fix broken links in Ipv4Addr::is_benchmarking docs

[The documentation for `Ipv4Addr::is_benchmarking`](https://doc.rust-lang.org/nightly/std/net/struct.Ipv4Addr.html#method.is_benchmarking) is correct — it has the right RFC number — but the Markdown links are broken. Looks like a copy-and-paste error and a typo.

This PR fixes the links to make them clickable.