X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fbootstrap%2Fclean.rs;h=069f3d6acf158937d278a13a277bec4e90c762c6;hb=9ebffb7c3c89471633494f432822eb1175be2b23;hp=3b73dc1c7df74bb5ade409e9dfb74cb47a0fef7b;hpb=57a4f4a6340036b18f47dd69d078e3c377438365;p=rust.git diff --git a/src/bootstrap/clean.rs b/src/bootstrap/clean.rs index 3b73dc1c7df..069f3d6acf1 100644 --- a/src/bootstrap/clean.rs +++ b/src/bootstrap/clean.rs @@ -9,8 +9,7 @@ use std::io::{self, ErrorKind}; use std::path::Path; -use build_helper::t; - +use crate::util::t; use crate::Build; pub fn clean(build: &Build, all: bool) {