Skip to content

Commit

Permalink
Cherry-pick build-std fix from rust-lang#8364
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Jul 23, 2020
1 parent 17490a2 commit 2c36371
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/build-std/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ use std::path::Path;
fn enable_build_std(e: &mut Execs, arg: Option<&str>) {
e.env_remove("CARGO_HOME");
e.env_remove("HOME");
e.arg("-Zno-index-update");

// And finally actually enable `build-std` for now
let arg = match arg {
Expand Down

0 comments on commit 2c36371

Please sign in to comment.