1
Fork 0

Auto merge of #29690 - tbu-:pr_doc_env_home_dir, r=Manishearth

This commit is contained in:
bors 2015-11-08 18:37:18 +00:00
commit e543815c85

View file

@ -421,7 +421,9 @@ impl Error for JoinPathsError {
/// # Unix
///
/// 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
///