Auto merge of #29690 - tbu-:pr_doc_env_home_dir, r=Manishearth
This commit is contained in:
commit
e543815c85
1 changed files with 3 additions and 1 deletions
|
@ -421,7 +421,9 @@ impl Error for JoinPathsError {
|
||||||
/// # Unix
|
/// # Unix
|
||||||
///
|
///
|
||||||
/// Returns the value of the 'HOME' environment variable if it is set
|
/// Returns the value of the 'HOME' environment variable if it is set
|
||||||
/// and not equal to the empty string.
|
/// and not equal to the empty string. Otherwise, it tries to determine the
|
||||||
|
/// home directory by invoking the `getpwuid_r` function on the UID of the
|
||||||
|
/// current user.
|
||||||
///
|
///
|
||||||
/// # Windows
|
/// # Windows
|
||||||
///
|
///
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue