diff options
| author | Dylan DPC <dylan.dpc@gmail.com> | 2020-05-02 18:27:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-02 18:27:43 +0200 |
| commit | 94d2fd920533cda2482128157bfd605cde7e3ef3 (patch) | |
| tree | ba3c1ac4ae4af4d5c3b02a5342a9334657616957 | |
| parent | 590d201e0b563b33804a78059e243f51f5060190 (diff) | |
| parent | b5c1f45273abc42864b20c389bea196f5a5ca843 (diff) | |
Rollup merge of #71784 - Xaeroxe:patch-1, r=jonas-schievink
Remove recommendation for unmaintained dirs crate See #71684 for reasoning here
| -rw-r--r-- | src/libstd/env.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/env.rs b/src/libstd/env.rs index 6aad082a97f..97c20ca9459 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<PathBuf> { |
