File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -416,7 +416,7 @@ impl Error for JoinPathsError {
416
416
fn description ( & self ) -> & str { self . inner . description ( ) }
417
417
}
418
418
419
- /// Optionally returns the path to the current user's home directory if known.
419
+ /// Returns the path to the current user's home directory if known.
420
420
///
421
421
/// # Unix
422
422
///
@@ -480,8 +480,8 @@ pub fn temp_dir() -> PathBuf {
480
480
os_imp:: temp_dir ( )
481
481
}
482
482
483
- /// Optionally returns the filesystem path to the current executable which is
484
- /// running but with the executable name.
483
+ /// Returns the filesystem path to the current executable which is running but
484
+ /// with the executable name.
485
485
///
486
486
/// The path returned is not necessarily a "real path" to the executable as
487
487
/// there may be intermediate symlinks.
You can’t perform that action at this time.
0 commit comments