We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d08983 commit 8f0025eCopy full SHA for 8f0025e
library/std/src/env.rs
@@ -573,8 +573,8 @@ impl Error for JoinPathsError {
573
/// # Deprecation
574
///
575
/// This function is deprecated because the behaviour on Windows is not correct.
576
-/// The 'HOME' environment variable has no meaning on Windows so it should not
577
-/// be checked. This result is that under Cygwin or Mingw it will return `/home/you`
+/// The 'HOME' environment variable is not standard on Windows, and may not produce
+/// desired results; for instance, under Cygwin or Mingw it will return `/home/you`
578
/// when it should return `C:\Users\you`.
579
580
/// # Examples
0 commit comments