We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a60e56 commit d69cf29Copy full SHA for d69cf29
src/libstd/env.rs
@@ -27,7 +27,7 @@ use sync::atomic::{AtomicIsize, ATOMIC_ISIZE_INIT, Ordering};
27
use sync::{StaticMutex, MUTEX_INIT};
28
use sys::os as os_imp;
29
30
-/// Returns the current working directory as a `Path`.
+/// Returns the current working directory as a `PathBuf`.
31
///
32
/// # Errors
33
0 commit comments