diff options
| author | bors <bors@rust-lang.org> | 2019-11-14 08:03:01 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-11-14 08:03:01 +0000 |
| commit | a2491ee4e6c74451371aee8f4a2a5786d7a35406 (patch) | |
| tree | 276dc5a1368ab04c84a6387bf15bffab129aa5ff /src/libstd | |
| parent | 5e380b797b22e5361a43b2b82f6278df17d89f3e (diff) | |
| parent | d145d1e72c184177f40447c63b2813dcef729860 (diff) | |
| download | rust-a2491ee4e6c74451371aee8f4a2a5786d7a35406.tar.gz rust-a2491ee4e6c74451371aee8f4a2a5786d7a35406.zip | |
Auto merge of #66403 - JohnTitor:rollup-7obuivl, r=JohnTitor
Rollup of 9 pull requests Successful merges: - #66253 (Improve errors after re rebalance coherence) - #66264 (fix an ICE in macro's diagnostic message) - #66349 (expand source_util macros with def-site context) - #66351 (Tweak non-char/numeric in range pattern diagnostic) - #66360 (Fix link to Exten in Vec::set_len) - #66361 (parser: don't use `unreachable!()` in `fn unexpected`.) - #66363 (Improve error message in make_tests) - #66369 (compiletest: Obtain timestamps for common inputs only once) - #66372 (Fix broken links in Ipv4Addr::is_benchmarking docs) Failed merges: r? @ghost
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/net/ip.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/net/ip.rs b/src/libstd/net/ip.rs index 21f674af8cf..e51a9b62449 100644 --- a/src/libstd/net/ip.rs +++ b/src/libstd/net/ip.rs @@ -633,8 +633,8 @@ impl Ipv4Addr { /// network devices benchmarking. This range is defined in [IETF RFC 2544] as `192.18.0.0` /// through `198.19.255.255` but [errata 423] corrects it to `198.18.0.0/15`. /// - /// [IETF RFC 1112]: https://tools.ietf.org/html/rfc1112 - /// [errate 423]: https://www.rfc-editor.org/errata/eid423 + /// [IETF RFC 2544]: https://tools.ietf.org/html/rfc2544 + /// [errata 423]: https://www.rfc-editor.org/errata/eid423 /// [`true`]: ../../std/primitive.bool.html /// /// # Examples |
