diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-02-25 23:14:20 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2016-02-25 23:14:20 +0200 |
| commit | 6c21b1bad62bdf289196df01a85ceea0703284c8 (patch) | |
| tree | 55071204d102a478f367c792c6bbc8832e6da1c7 /src/libstd | |
| parent | f6f050d09003a4c7895f44fed3a7c6cdce8f2949 (diff) | |
| download | rust-6c21b1bad62bdf289196df01a85ceea0703284c8.tar.gz rust-6c21b1bad62bdf289196df01a85ceea0703284c8.zip | |
doc: that explanation was a mess
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/env.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs index aa6a6d548b3..be61994ac39 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -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. |
