Skip to content

Commit

Permalink
Rollup merge of #52298 - RalfJung:dirs, r=Mark-Simulacrum
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kennytm authored Jul 12, 2018
2 parents 019dc2a + e9a88ea commit a7c2c68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,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 crates.io/crates/dirs instead.")]
Consider using the home_dir function from https://crates.io/crates/dirs instead.")]
#[stable(feature = "env", since = "1.0.0")]
pub fn home_dir() -> Option<PathBuf> {
os_imp::home_dir()
Expand Down

0 comments on commit a7c2c68

Please sign in to comment.