remove unneeded extern crate in rmake test

This commit is contained in:
Rémy Rakic 2024-05-29 10:37:21 +00:00
parent c0d600385b
commit bb865cb83f
1 changed files with 0 additions and 2 deletions

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;