diff --git a/data/home.toml b/data/home.toml new file mode 100644 index 0000000..2f52273 --- /dev/null +++ b/data/home.toml @@ -0,0 +1,8 @@ +description = """ +`std::env::home_dir` was fixed and un-deprecated in Rust 1.87, providing the \ +same functionality as this crate's `home_dir` method. + +The `cargo_home` and `rustup_home` methods are not superseded, but are much \ +more special-purpose. +""" +url = "https://doc.rust-lang.org/std/env/fn.home_dir.html"