warning: use of deprecated item 'std::env::home_dir': This function's behavior is unexpected and probably not what you want. Consider using the home_dir function from https://crates.io/crates/dirs instead.
--> src\workspace.rs:136:20
|
136 | let mut path = env::home_dir().unwrap_or_exit("Could not find home directory");
| ^^^^^^^^^^^^^
|
= note: #[warn(deprecated)] on by default
Compiler warning: