From b2f71fb540faa4218de506c4d82bbcf237ea78d6 Mon Sep 17 00:00:00 2001 From: Andy Russell Date: Thu, 9 May 2019 12:03:13 -0400 Subject: remove unneeded `extern crate`s from build tools --- src/bootstrap/test.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/bootstrap/test.rs') diff --git a/src/bootstrap/test.rs b/src/bootstrap/test.rs index 38027aded9c..a3d96836aad 100644 --- a/src/bootstrap/test.rs +++ b/src/bootstrap/test.rs @@ -11,7 +11,7 @@ use std::iter; use std::path::{Path, PathBuf}; use std::process::Command; -use build_helper::{self, output}; +use build_helper::{self, output, t}; use crate::builder::{Builder, Compiler, Kind, RunConfig, ShouldRun, Step}; use crate::cache::{Interned, INTERNER}; -- cgit 1.4.1-3-g733a5