We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d795e commit 0e3713aCopy full SHA for 0e3713a
std/src/env.rs
@@ -641,11 +641,6 @@ impl Error for JoinPathsError {
641
/// None => println!("Impossible to get your home dir!"),
642
/// }
643
/// ```
644
-#[deprecated(
645
- since = "1.29.0",
646
- note = "This function's behavior may be unexpected on Windows. \
647
- Consider using a crate from crates.io instead."
648
-)]
649
#[must_use]
650
#[stable(feature = "env", since = "1.0.0")]
651
pub fn home_dir() -> Option<PathBuf> {
0 commit comments