Skip to content

Commit e9d3e62

Browse files
Fixed wrong link in release notes
1 parent 289f3a4 commit e9d3e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
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)