diff options
| author | flip1995 <hello@philkrones.com> | 2018-11-27 21:12:38 +0100 |
|---|---|---|
| committer | flip1995 <hello@philkrones.com> | 2018-11-27 21:12:38 +0100 |
| commit | 3befd86967993fdb8dfb23bd8524de04b65e658d (patch) | |
| tree | e0f6dd08c489b67b1178e3a14a66c4667c74f0d9 /rustc_tools_util/src | |
| parent | d71c871568c4febd047ab46be6370a36aefcb882 (diff) | |
| download | rust-3befd86967993fdb8dfb23bd8524de04b65e658d.tar.gz rust-3befd86967993fdb8dfb23bd8524de04b65e658d.zip | |
Run rustfmt on rustc_tools_util
Diffstat (limited to 'rustc_tools_util/src')
| -rw-r--r-- | rustc_tools_util/src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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] |
