mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 03:07:24 +03:00
978893ac40
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