We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7b7e19 commit 5437192Copy full SHA for 5437192
clippy_lints/src/copies.rs
@@ -5,7 +5,6 @@ use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
5
use rustc::ty::Ty;
6
use rustc::{declare_lint_pass, declare_tool_lint};
7
use rustc_data_structures::fx::FxHashMap;
8
-use std::cmp::Ordering;
9
use std::collections::hash_map::Entry;
10
use std::hash::BuildHasherDefault;
11
use syntax::symbol::Symbol;
0 commit comments