We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de857bb commit e9a88eaCopy full SHA for e9a88ea
src/libstd/env.rs
@@ -541,7 +541,7 @@ impl Error for JoinPathsError {
541
/// ```
542
#[rustc_deprecated(since = "1.29.0",
543
reason = "This function's behavior is unexpected and probably not what you want. \
544
- Consider using the home_dir function from crates.io/crates/dirs instead.")]
+ Consider using the home_dir function from https://crates.io/crates/dirs instead.")]
545
#[stable(feature = "env", since = "1.0.0")]
546
pub fn home_dir() -> Option<PathBuf> {
547
os_imp::home_dir()
0 commit comments