Skip to content

Commit

Permalink
Rollup merge of rust-lang#71784 - Xaeroxe:patch-1, r=jonas-schievink
Browse files Browse the repository at this point in the history
Remove recommendation for unmaintained dirs crate

See rust-lang#71684 for reasoning here
  • Loading branch information
Dylan-DPC committed May 2, 2020
2 parents c311c0d + b5c1f45 commit 48a2946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,7 @@ impl Error for JoinPathsError {
#[rustc_deprecated(
since = "1.29.0",
reason = "This function's behavior is unexpected and probably not what you want. \
Consider using the home_dir function from https://crates.io/crates/dirs instead."
Consider using a crate from crates.io instead."
)]
#[stable(feature = "env", since = "1.0.0")]
pub fn home_dir() -> Option<PathBuf> {
Expand Down

0 comments on commit 48a2946

Please sign in to comment.