about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2025-01-08 18:21:03 +0100
committerGitHub <noreply@github.com>2025-01-08 18:21:03 +0100
commit3de6ced8642fc2b2a61722779997185de2559df0 (patch)
tree932a525d4d2bdd8879a6a5f2be33287bebea7407
parent9ea76e44e51506f2588fed04b50ad7f2684d816d (diff)
parent2ab8b0b4f9a4c42c6d289c6373752a6527f4d90d (diff)
Rollup merge of #135252 - pietroalbini:pa-fix-relnotes, r=lqd
Fix release notes link

Reported by `@ognevny` in https://github.com/rust-lang/rust/pull/134568/files#r1905347925.
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index fe557a08a9d..7c2c2406e90 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -37,7 +37,7 @@ Libraries
 - [Move `<float>::copysign`, `<float>::abs`, `<float>::signum` to `core`](https://github.com/rust-lang/rust/pull/131304)
 - [Add `LowerExp` and `UpperExp` implementations to `NonZero`](https://github.com/rust-lang/rust/pull/131377)
 - [Implement `FromStr` for `CString` and `TryFrom<CString>` for `String`](https://github.com/rust-lang/rust/pull/130608)
-- [`std::os::darwin` has been made public](https://github.com/rust-lang/rust/pull/130635)
+- [`std::os::darwin` has been made public](https://github.com/rust-lang/rust/pull/123723)
 
 <a id="1.84.0-Stabilized-APIs"></a>