use "env" to set env vars in rust-cargo-bin

master
John Turner 1 year ago
parent fc8686d3c8
commit c05e338178
No known key found for this signature in database
GPG Key ID: 422FE10CC41A94A2

@ -13,4 +13,4 @@
(:command "clippy")))))
(rust-format-on-save . t)
(rust-rustfmt-switches . ("--edition" "2021"))))
(nil . ((rust-cargo-bin . "TMPDIR=~/tmp cargo"))))
(nil . ((rust-cargo-bin . "env TMPDIR=~/tmp cargo"))))

Loading…
Cancel
Save