diff options
| author | Ralf Jung <post@ralfj.de> | 2021-05-05 17:52:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-05 17:52:20 +0200 |
| commit | 4c4b3e81df7c61b99fe1cef2ac581077e38c7467 (patch) | |
| tree | ae057254d2178e53d00f6dd74d2b90bad4dfb677 /library/std/src/sys/unix/stack_overflow.rs | |
| parent | d84fcc8b29b45a523cc27791f93405412bcfdac0 (diff) | |
| parent | c185f08e467e02c83c940eb63516dcf35be0146b (diff) | |
| download | rust-4c4b3e81df7c61b99fe1cef2ac581077e38c7467.tar.gz rust-4c4b3e81df7c61b99fe1cef2ac581077e38c7467.zip | |
Rollup merge of #84709 - joshtriplett:doc-alias-chdir, r=dtolnay
Add doc alias for `chdir` to `std::env::set_current_dir` Searching for `chdir` in the Rust documentation produces no useful results. I wrote some code recently that called `libc::chdir` and manually handled errors, because I didn't realize that the safe `std::env::set_current_dir` existed. I searched for `chdir` and `change_dir` and `change_directory` (the latter two based on the precedent of unabbreviating set by `create_dir`), and I also read through `std::fs` expecting to potentially find it there. Given that none of those led to `std::env::set_current_dir`, I think that provides sufficient justification to add this specific alias.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions
