about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2025-03-15 07:31:28 -0700
committerJosh Stone <jistone@redhat.com>2025-03-15 07:31:28 -0700
commit4d11490950147b333cb13c0efb579127e37f7104 (patch)
treec418bfb9d805b965e00cf7e01f06014ae8d46af2
parentc990a19a41f0a1f75a7513508983d971ead53b59 (diff)
downloadrust-4d11490950147b333cb13c0efb579127e37f7104.tar.gz
rust-4d11490950147b333cb13c0efb579127e37f7104.zip
Specify `std:fs::rename` in relnotes
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index c4959ec0c34..ecf76c63cd9 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -5,7 +5,7 @@ Version 1.85.1 (2025-03-18)
 
 - [Fix the doctest-merging feature of the 2024 Edition.](https://github.com/rust-lang/rust/pull/137899/)
 - [Relax some `target_feature` checks when generating docs.](https://github.com/rust-lang/rust/pull/137632/)
-- [Fix errors in `fs::rename` on Windows 1607.](https://github.com/rust-lang/rust/pull/137528/)
+- [Fix errors in `std::fs::rename` on Windows 1607.](https://github.com/rust-lang/rust/pull/137528/)
 - [Downgrade bootstrap `cc` to fix custom targets.](https://github.com/rust-lang/rust/pull/137460/)
 - [Skip submodule updates when building Rust from a source tarball.](https://github.com/rust-lang/rust/pull/137338/)