mirror of https://github.com/rust-lang/rust.git
Remove duplicate import of `Target`
This commit is contained in:
parent
9323443bdd
commit
e407cc5212
|
@ -12,7 +12,6 @@ use rustc_middle::ty;
|
|||
use rustc_session::{declare_tool_lint, impl_lint_pass};
|
||||
use rustc_span::Span;
|
||||
use rustc_target::abi::LayoutOf;
|
||||
use rustc_target::spec::Target;
|
||||
use rustc_target::spec::abi::Abi;
|
||||
use rustc_target::spec::Target;
|
||||
|
||||
|
|
Loading…
Reference in New Issue