Skip to content

Commit 5db8964

Browse files
committed
remove env when compiling binaries
1 parent 99c1fbf commit 5db8964

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

check_diff/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ pub fn build_rustfmt_from_src(binary_path: &Path) -> Result<RustfmtRunner, Check
223223

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

0 commit comments

Comments
 (0)