Skip to content

Commit 94d2fd9

Browse files
authored
Rollup merge of rust-lang#71784 - Xaeroxe:patch-1, r=jonas-schievink
Remove recommendation for unmaintained dirs crate See rust-lang#71684 for reasoning here
2 parents 590d201 + b5c1f45 commit 94d2fd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ impl Error for JoinPathsError {
567567
#[rustc_deprecated(
568568
since = "1.29.0",
569569
reason = "This function's behavior is unexpected and probably not what you want. \
570-
Consider using the home_dir function from https://crates.io/crates/dirs instead."
570+
Consider using a crate from crates.io instead."
571571
)]
572572
#[stable(feature = "env", since = "1.0.0")]
573573
pub fn home_dir() -> Option<PathBuf> {

0 commit comments

Comments
 (0)