Skip to content
Unverified Commit ff0ad952 authored by c0gent's avatar c0gent Committed by Nick Sanders
Browse files

Replace `std::env::home_dir()` with `home` crate impl.

* Import the `home` crate in `util/dir`.

* Replace uses of `env::home_dir()` with `home::home_dir()`.
  * `home` uses a 'correct' impl. on windows and the stdlib impl.
    of `::home_dir` otherwise.

* Reexport `home::home_dir` from `util/dir`.

* Bump `util/dir` to 0.1.2.
parent 108590d9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment