doc: current_dir returns a PathBuf, not a Path
This commit is contained in:
parent
8a60e5667f
commit
d69cf2940e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue