about summary refs log tree commit diff
path: root/compiler/rustc_interface/src
diff options
context:
space:
mode:
authorKaDiWa <kalle.wachsmuth@gmail.com>2022-08-09 02:14:43 +0200
committerKaDiWa <kalle.wachsmuth@gmail.com>2022-12-10 18:45:34 +0100
commit9bc69925cb4a1391a9a41411c56ae059877bf8fb (patch)
tree1fc65519e8e94f6b36d1fe27e6be25136db3dc22 /compiler/rustc_interface/src
parenta161a7b654083a881b22908a475988bcc3221a79 (diff)
downloadrust-9bc69925cb4a1391a9a41411c56ae059877bf8fb.tar.gz
rust-9bc69925cb4a1391a9a41411c56ae059877bf8fb.zip
compiler: remove unnecessary imports and qualified paths
Diffstat (limited to 'compiler/rustc_interface/src')
-rw-r--r--compiler/rustc_interface/src/tests.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_interface/src/tests.rs b/compiler/rustc_interface/src/tests.rs
index 2b8f6557c82..e903cb86dd2 100644
--- a/compiler/rustc_interface/src/tests.rs
+++ b/compiler/rustc_interface/src/tests.rs
@@ -25,7 +25,6 @@ use rustc_target::spec::{CodeModel, LinkerFlavorCli, MergeFunctions, PanicStrate
 use rustc_target::spec::{RelroLevel, SanitizerSet, SplitDebuginfo, StackProtector, TlsModel};
 
 use std::collections::{BTreeMap, BTreeSet};
-use std::iter::FromIterator;
 use std::num::NonZeroUsize;
 use std::path::{Path, PathBuf};