Skip to content

Commit b5c1f45

Browse files
authored
Remove recommendation for unmaintained crate
1 parent dba944a commit b5c1f45

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)