diff options
| author | Eric Huss <eric@huss.org> | 2022-01-12 18:04:39 -0800 |
|---|---|---|
| committer | Eric Huss <eric@huss.org> | 2022-01-14 07:49:43 -0800 |
| commit | 12fa471984cc32101426aa0288b7635d2cc1f2fb (patch) | |
| tree | 01ca983b52d525dd61b5e9bab1c17665e41cab58 | |
| parent | c1526c69f21ca30d08fe5536f20017fdd8fa256f (diff) | |
| download | rust-12fa471984cc32101426aa0288b7635d2cc1f2fb.tar.gz rust-12fa471984cc32101426aa0288b7635d2cc1f2fb.zip | |
Fix incorrect link for #38622.
| -rw-r--r-- | RELEASES.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/RELEASES.md b/RELEASES.md index 494fffd930d..dc92164b699 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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. @@ -6220,7 +6220,7 @@ Compatibility Notes [38006]: https://github.com/rust-lang/rust/pull/38006 [38051]: https://github.com/rust-lang/rust/pull/38051 [38062]: https://github.com/rust-lang/rust/pull/38062 -[38062]: https://github.com/rust-lang/rust/pull/38622 +[38622]: https://github.com/rust-lang/rust/pull/38622 [38066]: https://github.com/rust-lang/rust/pull/38066 [38069]: https://github.com/rust-lang/rust/pull/38069 [38131]: https://github.com/rust-lang/rust/pull/38131 |
