Skip to content
This repository has been archived by the owner on Nov 6, 2020. It is now read-only.

Fix env::home_dir() deprecation warning. #9281

Closed
wants to merge 1 commit into from

Commits on Aug 5, 2018

  1. Fix env::home_dir() deprecation warning.

    * Import the `dirs` crate in `util/dir`.
    
    * Replace uses of `env::home_dir()` with `dirs::home_dir()`.
    
    * Reexport `dirs::home_dir`.
    
    * Continue to use `std::env::home_dir` on Android.
    
    * Bump `util/dir` to 0.1.2.
    c0gent committed Aug 5, 2018
    Configuration menu
    Copy the full SHA
    36a1959 View commit details
    Browse the repository at this point in the history