Skip to content

Commit 5301780

Browse files
committed
Rollup merge of #25020 - brson:current_dir, r=luqmana
2 parents 9f12e03 + d69cf29 commit 5301780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ use sync::atomic::{AtomicIsize, ATOMIC_ISIZE_INIT, Ordering};
2727
use sync::{StaticMutex, MUTEX_INIT};
2828
use sys::os as os_imp;
2929

30-
/// Returns the current working directory as a `Path`.
30+
/// Returns the current working directory as a `PathBuf`.
3131
///
3232
/// # Errors
3333
///

0 commit comments

Comments
 (0)