Skip to content

Commit 6caeed1

Browse files
committed
Remove duplicate import of Target
1 parent cdb555f commit 6caeed1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/trivially_copy_pass_by_ref.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use rustc_middle::ty;
1212
use rustc_session::{declare_tool_lint, impl_lint_pass};
1313
use rustc_span::Span;
1414
use rustc_target::abi::LayoutOf;
15-
use rustc_target::spec::Target;
1615
use rustc_target::spec::abi::Abi;
1716
use rustc_target::spec::Target;
1817

0 commit comments

Comments
 (0)