Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -482,8 +482,7 @@ pub fn temp_dir() -> PathBuf {
os_imp::temp_dir()
}

/// Returns the filesystem path to the current executable which is running but
/// with the executable name.
/// Returns the full filesystem path to the current running executable.
///
/// The path returned is not necessarily a "real path" to the executable as
/// there may be intermediate symlinks.
Expand Down