Skip to content

Commit e9a88ea

Browse files
committed
make reference to dirs crate clickable in terminals
1 parent de857bb commit e9a88ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/env.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ impl Error for JoinPathsError {
541541
/// ```
542542
#[rustc_deprecated(since = "1.29.0",
543543
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.")]
544+
Consider using the home_dir function from https://crates.io/crates/dirs instead.")]
545545
#[stable(feature = "env", since = "1.0.0")]
546546
pub fn home_dir() -> Option<PathBuf> {
547547
os_imp::home_dir()

0 commit comments

Comments
 (0)