We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 590d201 + b5c1f45 commit 94d2fd9Copy full SHA for 94d2fd9
src/libstd/env.rs
@@ -567,7 +567,7 @@ impl Error for JoinPathsError {
567
#[rustc_deprecated(
568
since = "1.29.0",
569
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."
+ Consider using a crate from crates.io instead."
571
)]
572
#[stable(feature = "env", since = "1.0.0")]
573
pub fn home_dir() -> Option<PathBuf> {
0 commit comments