We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c67a051 commit 6033294Copy full SHA for 6033294
clippy_lints/src/consts.rs
@@ -10,9 +10,9 @@ use rustc::{bug, span_bug};
10
use rustc_data_structures::sync::Lrc;
11
use std::cmp::Ordering::{self, Equal};
12
use std::cmp::PartialOrd;
13
+use std::convert::TryFrom;
14
use std::convert::TryInto;
15
use std::hash::{Hash, Hasher};
-use std::convert::TryFrom;
16
use syntax::ast::{FloatTy, LitKind};
17
use syntax::ptr::P;
18
use syntax_pos::symbol::Symbol;
0 commit comments