Skip to content

Commit b916fa9

Browse files
committed
Revert "Work around RA's RUSTC_WRAPPER poisoning all subsequent command-line builds"
This reverts commit 77317b5. Closes #261.
1 parent b88a699 commit b916fa9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,6 @@ fn main() {
6565
}
6666

6767
fn compile_probe() -> Option<ExitStatus> {
68-
// FIXME: obsoleted by https://github.com/rust-lang/cargo/pull/10973
69-
println!("cargo:rerun-if-env-changed=RUSTC_WRAPPER");
70-
7168
let rustc = env::var_os("RUSTC")?;
7269
let out_dir = env::var_os("OUT_DIR")?;
7370
let probefile = Path::new(&out_dir).join("probe.rs");

0 commit comments

Comments
 (0)