]> git.lizzy.rs Git - rust.git/blobdiff - src/bootstrap/clean.rs
Auto merge of #65764 - Manishearth:clippyup, r=Manishearth
[rust.git] / src / bootstrap / clean.rs
index b52e1a7b0e6816032c9ca07f4d500888f7637592..73be8bfed8e8821e5730895e7d1315c707409214 100644 (file)
@@ -9,6 +9,8 @@
 use std::io::{self, ErrorKind};
 use std::path::Path;
 
+use build_helper::t;
+
 use crate::Build;
 
 pub fn clean(build: &Build, all: bool) {