Remove unused import

This commit is contained in:
Aaron Hill 2019-12-06 21:49:54 -05:00
parent 8b9c5396ca
commit a7de090e35
No known key found for this signature in database
GPG Key ID: B4087E510E98B164
1 changed files with 0 additions and 1 deletions

View File

@ -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};