Rollup merge of #125715 - lqd:rmake-cleanup, r=jieyouxu

remove unneeded extern crate in rmake test

Cleanup requested in https://github.com/rust-lang/rust/pull/125493#discussion_r1618644630

r? jieyouxu
``@bors`` rollup=always
This commit is contained in:
Matthias Krüger 2024-05-29 20:12:35 +02:00 committed by GitHub
commit e4ec56a796
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;