Remove unused import

This commit is contained in:
bjorn3 2020-03-15 19:52:41 +01:00
parent d445a6f73d
commit 643f0a1455

View File

@ -90,8 +90,6 @@ mod prelude {
pub use rustc_index::vec::Idx;
pub use rustc_mir::monomorphize::collector;
pub use rustc_codegen_ssa::mir::operand::{OperandRef, OperandValue};
pub use rustc_codegen_ssa::traits::*;
pub use rustc_codegen_ssa::{CodegenResults, CompiledModule, ModuleKind};