Skip to content

Commit 12fa471

Browse files
committed
Fix incorrect link for rust-lang#38622.
1 parent c1526c6 commit 12fa471

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
@@ -6154,7 +6154,7 @@ Libraries
61546154
* [Ctrl-Z returns from `Stdin.read()` when reading from the console on
61556155
Windows][38274]
61566156
* [std: Fix partial writes in `LineWriter`][38062]
6157-
* [std: Clamp max read/write sizes on Unix][38062]
6157+
* [std: Clamp max read/write sizes on Unix][38622]
61586158
* [Use more specific panic message for `&str` slicing errors][38066]
61596159
* [`TcpListener::set_only_v6` is deprecated][38304]. This
61606160
functionality cannot be achieved in std currently.
@@ -6220,7 +6220,7 @@ Compatibility Notes
62206220
[38006]: https://github.com/rust-lang/rust/pull/38006
62216221
[38051]: https://github.com/rust-lang/rust/pull/38051
62226222
[38062]: https://github.com/rust-lang/rust/pull/38062
6223-
[38062]: https://github.com/rust-lang/rust/pull/38622
6223+
[38622]: https://github.com/rust-lang/rust/pull/38622
62246224
[38066]: https://github.com/rust-lang/rust/pull/38066
62256225
[38069]: https://github.com/rust-lang/rust/pull/38069
62266226
[38131]: https://github.com/rust-lang/rust/pull/38131

0 commit comments

Comments
 (0)