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:
commit
e4ec56a796
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user