From 3befd86967993fdb8dfb23bd8524de04b65e658d Mon Sep 17 00:00:00 2001 From: flip1995 Date: Tue, 27 Nov 2018 21:12:38 +0100 Subject: [PATCH] Run rustfmt on rustc_tools_util --- rustc_tools_util/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/rustc_tools_util/src/lib.rs b/rustc_tools_util/src/lib.rs index 0951a0dee28..d1640c758bb 100644 --- a/rustc_tools_util/src/lib.rs +++ b/rustc_tools_util/src/lib.rs @@ -7,7 +7,6 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. - use std::env; #[macro_export]