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 28b83ee commit 2c752bcCopy full SHA for 2c752bc
library/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