Skip to content

Commit

Permalink
Remove recommendation for unmaintained crate
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed May 2, 2020
1 parent dba944a commit b5c1f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
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 b5c1f45

Please sign in to comment.