Skip to content

Commit

Permalink
Remove duplicate import of Target
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroto committed Oct 23, 2020
1 parent 9323443 commit e407cc5
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit e407cc5

Please sign in to comment.