rustup-init: style improvements

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
master
Julian Berman 2021-05-15 15:22:11 -04:00 committed by Carlo Cabrera
parent 259fa514da
commit 8f15600ffc
No known key found for this signature in database
GPG Key ID: C74D447FC549A1D0
1 changed files with 0 additions and 4 deletions

View File

@ -23,10 +23,6 @@ class RustupInit < Formula
end
def install
cargo_home = buildpath/"cargo_home"
cargo_home.mkpath
ENV["CARGO_HOME"] = cargo_home
system "cargo", "install", "--features", "no-self-update", *std_cargo_args
end