Nick Sanders 139a2b7b0d Replace std::env::home_dir() with home crate impl. (#9293)
* 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.
2018-08-21 15:30:24 +02:00
2018-08-21 14:36:04 +02:00
2018-08-14 18:10:51 +01:00
2018-07-30 10:45:10 +01:00
2017-07-10 17:42:10 +02:00
2015-11-24 21:05:08 +01:00
2017-09-25 19:45:33 +02:00
2018-01-25 18:53:32 +01:00
Languages
Rust 99.7%
Shell 0.2%
Dockerfile 0.1%