Skip to content

Commit

Permalink
Revert "Work around RA's RUSTC_WRAPPER poisoning all subsequent comma…
Browse files Browse the repository at this point in the history
…nd-line builds"

This reverts commit 77317b5.

Closes #261.
  • Loading branch information
dtolnay committed Aug 16, 2022
1 parent b88a699 commit b916fa9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.rs
Expand Up @@ -65,9 +65,6 @@ fn main() {
}

fn compile_probe() -> Option<ExitStatus> {
// FIXME: obsoleted by https://github.com/rust-lang/cargo/pull/10973
println!("cargo:rerun-if-env-changed=RUSTC_WRAPPER");

let rustc = env::var_os("RUSTC")?;
let out_dir = env::var_os("OUT_DIR")?;
let probefile = Path::new(&out_dir).join("probe.rs");
Expand Down

0 comments on commit b916fa9

Please sign in to comment.