Skip to content

Commit

Permalink
remove env when compiling binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
benluiwj committed Sep 29, 2024
1 parent 99c1fbf commit 5db8964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check_diff/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,6 @@ pub fn build_rustfmt_from_src(binary_path: &Path) -> Result<RustfmtRunner, Check

info!("Building rustfmt from source");
let Ok(_) = Command::new("cargo")
.env("LD_LIB_PATH", &ld_lib_path.as_str())
.args(["build", "-q", "--release", "--bin", "rustfmt"])
.output()
else {
Expand Down

0 comments on commit 5db8964

Please sign in to comment.