File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -569,6 +569,7 @@ impl Error for JoinPathsError {
569
569
/// The 'HOME' environment variable is not standard on Windows, and may not produce
570
570
/// desired results; for instance, under Cygwin or Mingw it will return `/home/you`
571
571
/// when it should return `C:\Users\you`.
572
+ /// Consider using a crate from crates.io such as [`home`](https://crates.io/crates/home).
572
573
///
573
574
/// # Examples
574
575
///
@@ -583,7 +584,7 @@ impl Error for JoinPathsError {
583
584
#[ deprecated(
584
585
since = "1.29.0" ,
585
586
note = "This function's behavior may be unexpected on Windows. \
586
- Consider using a crate from crates.io instead ."
587
+ Consider using a crate from crates.io such as [`home`](https://crates.io/crates/home) ."
587
588
) ]
588
589
#[ must_use]
589
590
#[ stable( feature = "env" , since = "1.0.0" ) ]
You can’t perform that action at this time.
0 commit comments