Rollup merge of #25020 - brson:current_dir, r=luqmana

This commit is contained in:
Manish Goregaokar 2015-05-01 11:12:17 +05:30
commit ac7a75ec97

View File

@ -27,7 +27,7 @@ use sync::atomic::{AtomicIsize, ATOMIC_ISIZE_INIT, Ordering};
use sync::{StaticMutex, MUTEX_INIT};
use sys::os as os_imp;
/// Returns the current working directory as a `Path`.
/// Returns the current working directory as a `PathBuf`.
///
/// # Errors
///