We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6f050d commit 6c21b1bCopy full SHA for 6c21b1b
src/libstd/env.rs
@@ -482,8 +482,7 @@ pub fn temp_dir() -> PathBuf {
482
os_imp::temp_dir()
483
}
484
485
-/// Returns the filesystem path to the current executable which is running but
486
-/// with the executable name.
+/// Returns the full filesystem path to the current running executable.
487
///
488
/// The path returned is not necessarily a "real path" to the executable as
489
/// there may be intermediate symlinks.
0 commit comments