about summary refs log tree commit diff
path: root/library/std/src/env.rs
diff options
context:
space:
mode:
authorJakub Beránek <berykubik@gmail.com>2025-01-20 14:12:41 +0100
committerJakub Beránek <berykubik@gmail.com>2025-01-20 14:12:41 +0100
commit1e0204beae7c0ebc5cddc64d1375bc7ee95f41db (patch)
tree35fe35cfae96730b99e09b4dd97fdff8ab3e3a64 /library/std/src/env.rs
parent808bd955862a48f604f1b227c7ca0bbb7ae2a8e8 (diff)
parentecda83b30f0f68cf5692855dddc0bc38ee8863fc (diff)
Merge from rustc
Diffstat (limited to 'library/std/src/env.rs')
-rw-r--r--library/std/src/env.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/std/src/env.rs b/library/std/src/env.rs
index 535236ff89a..11a29cdae62 100644
--- a/library/std/src/env.rs
+++ b/library/std/src/env.rs
@@ -622,7 +622,7 @@ impl Error for JoinPathsError {
 ///
 /// In UWP (Universal Windows Platform) targets this function is unimplemented and always returns `None`.
 ///
-/// Before Rust CURRENT_RUSTC_VERSION, this function used to return the value of the 'HOME' environment variable
+/// Before Rust 1.85.0, this function used to return the value of the 'HOME' environment variable
 /// on Windows, which in Cygwin or Mingw environments could return non-standard paths like `/home/you`
 /// instead of `C:\Users\you`.
 ///