fix: Use dirs crate for home_dir() function
This commit is contained in:
parent
e578f2d19c
commit
b770b59e7b
8 changed files with 10 additions and 6 deletions
|
|
@ -73,7 +73,7 @@ impl App {
|
|||
let mut queue = VecDeque::new();
|
||||
|
||||
queue.push_back(
|
||||
std::env::home_dir()
|
||||
dirs::home_dir()
|
||||
.expect("user does not have home dir")
|
||||
.join(LOCAL_PATH),
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue