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 f80e454 commit 84c80e7Copy full SHA for 84c80e7
library/std/src/env.rs
@@ -49,6 +49,9 @@ use crate::sys::os as os_imp;
49
/// Ok(())
50
/// }
51
/// ```
52
+#[doc(alias = "pwd")]
53
+#[doc(alias = "getcwd")]
54
+#[doc(alias = "GetCurrentDirectory")]
55
#[stable(feature = "env", since = "1.0.0")]
56
pub fn current_dir() -> io::Result<PathBuf> {
57
os_imp::getcwd()
0 commit comments