Unnamed repository; edit this file 'description' to name the repository.
Rollup merge of #137327 - arlosi:home-dir, r=Mark-Simulacrum
Undeprecate env::home_dir
#132515 fixed the implementation of `env::home_dir`, but didn't remove the deprecation.
Based on [this comment](https://github.com/rust-lang/rust/pull/132515#discussion_r1829715262), libs-api decided to undeprecate in the next release. Let's do that!
cc #132650