diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-09-30 13:44:48 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-30 13:44:48 -0400 |
| commit | ce8c6f6d00858e998e7eeb3e007891d37e141338 (patch) | |
| tree | 32aa9e31dedb0996a879663c11ad98b65f910ab1 | |
| parent | e3e5f1fea398af40e450701484cf3e2b36e8debb (diff) | |
| parent | e9d3e62c9008fa6a73f58bd9f1808c3830093947 (diff) | |
| download | rust-ce8c6f6d00858e998e7eeb3e007891d37e141338.tar.gz rust-ce8c6f6d00858e998e7eeb3e007891d37e141338.zip | |
Rollup merge of #36842 - cjm00:release-notes-fix, r=brson
Fixed wrong link in release notes The link for the pull request updating hash_map to implement Debug was a copy of the previous link, this changes the link to the correct PR.
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 214e2d8c8f0..e6f18f9f7ba 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -148,7 +148,7 @@ Libraries (https://github.com/rust-lang/rust/pull/34946) * [`hash_map::Entry`, `hash_map::VacantEntry` and `hash_map::OccupiedEntry` implement `Debug`] - (https://github.com/rust-lang/rust/pull/34946) + (https://github.com/rust-lang/rust/pull/34937) * [`btree_map::Entry`, `btree_map::VacantEntry` and `btree_map::OccupiedEntry` implement `Debug`] (https://github.com/rust-lang/rust/pull/34885) @@ -885,7 +885,7 @@ Cargo Performance ----------- -* [The time complexity of comparing variables for equivalence during type +* [The time complexity of comparing variables for equivalence during type unification is reduced from _O_(_n_!) to _O_(_n_)][1.9tu]. This leads to major compilation time improvement in some scenarios. * [`ToString` is specialized for `str`, giving it the same performance |
