about summary refs log tree commit diff
path: root/RELEASES.md
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2024-11-22 16:00:16 -0800
committerJosh Stone <jistone@redhat.com>2024-11-22 16:00:16 -0800
commit46cd0c526691f485365e57228c99db8f7c16c324 (patch)
tree6bbc28bca74a42b74a518311b64f50d5cf5ed641 /RELEASES.md
parentc7195c4447549f8b9b4d0ac035d2e5ec2f55b8a7 (diff)
downloadrust-46cd0c526691f485365e57228c99db8f7c16c324.tar.gz
rust-46cd0c526691f485365e57228c99db8f7c16c324.zip
Also change an older `$integer` to `{integer}`
Diffstat (limited to 'RELEASES.md')
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index f58629627ea..3707f170a57 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -357,7 +357,7 @@ These APIs are now stable in const contexts:
 - [`std::task::Waker::from_raw`](https://doc.rust-lang.org/nightly/std/task/struct.Waker.html#method.from_raw)
 - [`std::task::Context::from_waker`](https://doc.rust-lang.org/nightly/std/task/struct.Context.html#method.from_waker)
 - [`std::task::Context::waker`](https://doc.rust-lang.org/nightly/std/task/struct.Context.html#method.waker)
-- [`$integer::from_str_radix`](https://doc.rust-lang.org/nightly/std/primitive.u32.html#method.from_str_radix)
+- [`{integer}::from_str_radix`](https://doc.rust-lang.org/nightly/std/primitive.u32.html#method.from_str_radix)
 - [`std::num::ParseIntError::kind`](https://doc.rust-lang.org/nightly/std/num/struct.ParseIntError.html#method.kind)
 
 <a id="1.82.0-Cargo"></a>