Skip to content

Commit 6033294

Browse files
committed
Rustfmt
1 parent c67a051 commit 6033294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/consts.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ use rustc::{bug, span_bug};
1010
use rustc_data_structures::sync::Lrc;
1111
use std::cmp::Ordering::{self, Equal};
1212
use std::cmp::PartialOrd;
13+
use std::convert::TryFrom;
1314
use std::convert::TryInto;
1415
use std::hash::{Hash, Hasher};
15-
use std::convert::TryFrom;
1616
use syntax::ast::{FloatTy, LitKind};
1717
use syntax::ptr::P;
1818
use syntax_pos::symbol::Symbol;

0 commit comments

Comments
 (0)