Skip to content

Commit a7c2c68

Browse files
authored
Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrum
make reference to dirs crate clickable in terminals Currently I have to copy-paste the link; with this change I can just click it right in my terminal window.
2 parents 019dc2a + e9a88ea commit a7c2c68

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)