Skip to content

Commit 5437192

Browse files
committed
Remove unused import
1 parent a7b7e19 commit 5437192

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

clippy_lints/src/copies.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
55
use rustc::ty::Ty;
66
use rustc::{declare_lint_pass, declare_tool_lint};
77
use rustc_data_structures::fx::FxHashMap;
8-
use std::cmp::Ordering;
98
use std::collections::hash_map::Entry;
109
use std::hash::BuildHasherDefault;
1110
use syntax::symbol::Symbol;

0 commit comments

Comments
 (0)