Remove unused import
This commit is contained in:
parent
8b9c5396ca
commit
a7de090e35
|
@ -17,7 +17,6 @@ use rustc_codegen_ssa::traits::*;
|
|||
use syntax::symbol::{Symbol, sym};
|
||||
use syntax_pos::Span;
|
||||
use rustc::{bug, span_bug};
|
||||
use rustc_data_structures::const_cstr;
|
||||
use log::debug;
|
||||
|
||||
use rustc::ty::layout::{self, Size, Align, LayoutOf};
|
||||
|
|
Loading…
Reference in New Issue