Skip to content

Commit

Permalink
Remove unused import in run-make/prefer-dylib/rmake.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed Jun 12, 2024
1 parent f2cce98 commit f17ab40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/run-make/prefer-dylib/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

use run_make_support::{cwd, dynamic_lib_name, read_dir, run, run_fail, rustc};
use std::fs::remove_file;
use std::process::Command;

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

0 comments on commit f17ab40

Please sign in to comment.