Skip to content

Commit

Permalink
Unrolled build for rust-lang#125715
Browse files Browse the repository at this point in the history
Rollup merge of rust-lang#125715 - lqd:rmake-cleanup, r=jieyouxu

remove unneeded extern crate in rmake test

Cleanup requested in rust-lang#125493 (comment)

r? jieyouxu
``@bors`` rollup=always
  • Loading branch information
rust-timer authored May 29, 2024
2 parents e9b7aa0 + bb865cb commit 6d42444
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 6d42444

Please sign in to comment.