summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorRory Dudley2024-03-30 23:20:03 -0600
committerRory Dudley2024-03-30 23:20:03 -0600
commit2534e480bf4de2101f390beded67493565913238 (patch)
treeafbd0f998114e22f4f65868ef895bf4d31b9f212 /Cargo.toml
parent90b4e0226d49f4f61300f91b6a9b1e7978bd2f9b (diff)
downloaddwarvish-2534e480bf4de2101f390beded67493565913238.tar.gz
Replace env!("HOME") with env::var("HOME")
Replaced all (non-test) instances of env!("HOME") with env::var("HOME"). The env! macro should only be used in instances where the environment variable should be resolved during compile time.
Diffstat (limited to 'Cargo.toml')
0 files changed, 0 insertions, 0 deletions