update version placeholders

This commit is contained in:
Pietro Albini
2025-01-06 20:28:08 +01:00
parent 6afee111c2
commit 4ae92b7adb
27 changed files with 86 additions and 86 deletions

View File

@@ -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`.
///