Skip to content

Commit

Permalink
Rollup merge of #125715 - lqd:rmake-cleanup, r=jieyouxu
Browse files Browse the repository at this point in the history
remove unneeded extern crate in rmake test

Cleanup requested in #125493 (comment)

r? jieyouxu
`@bors` rollup=always
  • Loading branch information
matthiaskrgr committed May 29, 2024
2 parents d2e0288 + bb865cb commit 89e1aad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run-make/rust-lld-by-default/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
//@ needs-rust-lld
//@ only-x86_64-unknown-linux-gnu

extern crate run_make_support;

use run_make_support::regex::Regex;
use run_make_support::rustc;
use std::process::Output;
Expand Down

0 comments on commit 89e1aad

Please sign in to comment.