Remove recommendation for unmaintained crate
This commit is contained in:
parent
dba944a6b7
commit
b5c1f45273
1 changed files with 1 additions and 1 deletions
|
@ -567,7 +567,7 @@ impl Error for JoinPathsError {
|
||||||
#[rustc_deprecated(
|
#[rustc_deprecated(
|
||||||
since = "1.29.0",
|
since = "1.29.0",
|
||||||
reason = "This function's behavior is unexpected and probably not what you want. \
|
reason = "This function's behavior is unexpected and probably not what you want. \
|
||||||
Consider using the home_dir function from https://crates.io/crates/dirs instead."
|
Consider using a crate from crates.io instead."
|
||||||
)]
|
)]
|
||||||
#[stable(feature = "env", since = "1.0.0")]
|
#[stable(feature = "env", since = "1.0.0")]
|
||||||
pub fn home_dir() -> Option<PathBuf> {
|
pub fn home_dir() -> Option<PathBuf> {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue