Skip to content

Commit 64af0ff

Browse files
committed
Rollup merge of #31894 - tshepang:more-clear, r=steveklabnik
2 parents 8d28d47 + 6c21b1b commit 64af0ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libstd/env.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,7 @@ pub fn temp_dir() -> PathBuf {
482482
os_imp::temp_dir()
483483
}
484484

485-
/// Returns the filesystem path to the current executable which is running but
486-
/// with the executable name.
485+
/// Returns the full filesystem path to the current running executable.
487486
///
488487
/// The path returned is not necessarily a "real path" to the executable as
489488
/// there may be intermediate symlinks.

0 commit comments

Comments
 (0)