Skip to content

Add home -> std::env::home_dir#32

Merged
Turbo87 merged 1 commit into
rust-lang:mainfrom
joshtriplett:home
Jun 30, 2026
Merged

Add home -> std::env::home_dir#32
Turbo87 merged 1 commit into
rust-lang:mainfrom
joshtriplett:home

Conversation

@joshtriplett

Copy link
Copy Markdown
Member

std::env::home_dir was fixed and un-deprecated in Rust 1.87, providing the
same functionality as this crate's home_dir method.

The cargo_home and rustup_home methods are not superseded, but are much
more special-purpose.

`std::env::home_dir` was fixed and un-deprecated in Rust 1.87, providing the
same functionality as this crate's `home_dir` method.

The `cargo_home` and `rustup_home` methods are not superseded, but are much
more special-purpose.
@Turbo87

Turbo87 commented Jun 30, 2026

Copy link
Copy Markdown
Member

@ehuss any objections? :)

@ehuss

ehuss commented Jun 30, 2026

Copy link
Copy Markdown

No, this is what we've been communicating for a while.

@Turbo87 Turbo87 merged commit 0780ff7 into rust-lang:main Jun 30, 2026
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants