From b5c1f45273abc42864b20c389bea196f5a5ca843 Mon Sep 17 00:00:00 2001 From: Jacob Kiesel Date: Fri, 1 May 2020 20:51:20 -0600 Subject: [PATCH] Remove recommendation for unmaintained crate --- src/libstd/env.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/env.rs b/src/libstd/env.rs index 6aad082a97f9a..97c20ca9459ef 100644 --- a/src/libstd/env.rs +++ b/src/libstd/env.rs @@ -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 {