Skip to content

Commit d976fe6

Browse files
Remove unused import in run-make/prefer-dylib/rmake.rs
1 parent 6483320 commit d976fe6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/run-make/prefer-dylib/rmake.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
use run_make_support::{cwd, dynamic_lib_name, read_dir, run, run_fail, rustc};
44
use std::fs::remove_file;
5-
use std::process::Command;
65

76
fn main() {
87
rustc().input("bar.rs").crate_type("dylib").crate_type("rlib").arg("-Cprefer-dynamic").run();

0 commit comments

Comments
 (0)