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.
2 parents c834fe4 + d69cf29 commit ac7a75eCopy full SHA for ac7a75e
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