We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11dc6d commit c3a4f77Copy full SHA for c3a4f77
check_diff/src/lib.rs
@@ -291,7 +291,5 @@ pub fn compile_rustfmt(
291
get_binary_version(&feature_binary, &(feature_runner.ld_library_path))?;
292
info!("FEATURE_BIN {}\n", feature_binary_version);
293
294
- let result = Command::new("ls");
295
-
296
return Ok([src_runner, feature_runner]);
297
}
0 commit comments