mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-05 11:48:30 +00:00
Reword "has no meaning" per suggestion
Co-authored-by: Josh Triplett <josh@joshtriplett.org>
This commit is contained in:
parent
8d08983c2b
commit
8f0025e5a3
@ -573,8 +573,8 @@ impl Error for JoinPathsError {
|
|||||||
/// # Deprecation
|
/// # Deprecation
|
||||||
///
|
///
|
||||||
/// This function is deprecated because the behaviour on Windows is not correct.
|
/// This function is deprecated because the behaviour on Windows is not correct.
|
||||||
/// The 'HOME' environment variable has no meaning on Windows so it should not
|
/// The 'HOME' environment variable is not standard on Windows, and may not produce
|
||||||
/// be checked. This result is that under Cygwin or Mingw it will return `/home/you`
|
/// desired results; for instance, under Cygwin or Mingw it will return `/home/you`
|
||||||
/// when it should return `C:\Users\you`.
|
/// when it should return `C:\Users\you`.
|
||||||
///
|
///
|
||||||
/// # Examples
|
/// # Examples
|
||||||
|
Loading…
Reference in New Issue
Block a user