Skip to content

Commit ce8c6f6

Browse files
authored
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.
2 parents e3e5f1f + e9d3e62 commit ce8c6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ Libraries
148148
(https://github.com/rust-lang/rust/pull/34946)
149149
* [`hash_map::Entry`, `hash_map::VacantEntry` and `hash_map::OccupiedEntry`
150150
implement `Debug`]
151-
(https://github.com/rust-lang/rust/pull/34946)
151+
(https://github.com/rust-lang/rust/pull/34937)
152152
* [`btree_map::Entry`, `btree_map::VacantEntry` and `btree_map::OccupiedEntry`
153153
implement `Debug`]
154154
(https://github.com/rust-lang/rust/pull/34885)
@@ -885,7 +885,7 @@ Cargo
885885
Performance
886886
-----------
887887

888-
* [The time complexity of comparing variables for equivalence during type
888+
* [The time complexity of comparing variables for equivalence during type
889889
unification is reduced from _O_(_n_!) to _O_(_n_)][1.9tu]. This leads
890890
to major compilation time improvement in some scenarios.
891891
* [`ToString` is specialized for `str`, giving it the same performance

0 commit comments

Comments
 (0)