Skip to content

Commit

Permalink
Fix incorrect link for rust-lang#38622.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Jan 14, 2022
1 parent c1526c6 commit 12fa471
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6154,7 +6154,7 @@ Libraries
* [Ctrl-Z returns from `Stdin.read()` when reading from the console on
Windows][38274]
* [std: Fix partial writes in `LineWriter`][38062]
* [std: Clamp max read/write sizes on Unix][38062]
* [std: Clamp max read/write sizes on Unix][38622]
* [Use more specific panic message for `&str` slicing errors][38066]
* [`TcpListener::set_only_v6` is deprecated][38304]. This
functionality cannot be achieved in std currently.
Expand Down Expand Up @@ -6220,7 +6220,7 @@ Compatibility Notes
[38006]: https:/rust-lang/rust/pull/38006
[38051]: https:/rust-lang/rust/pull/38051
[38062]: https:/rust-lang/rust/pull/38062
[38062]: https:/rust-lang/rust/pull/38622
[38622]: https:/rust-lang/rust/pull/38622
[38066]: https:/rust-lang/rust/pull/38066
[38069]: https:/rust-lang/rust/pull/38069
[38131]: https:/rust-lang/rust/pull/38131
Expand Down

0 comments on commit 12fa471

Please sign in to comment.