mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-11 07:34:18 +00:00
Fix warning
Signed-off-by: Mateusz Mikuła <mati865@gmail.com>
This commit is contained in:
parent
b365811ac0
commit
a54e4661b7
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
|
|
||||||
use rustc::lint::*;
|
use rustc::lint::*;
|
||||||
use rustc::hir::*;
|
use rustc::hir::*;
|
||||||
use rustc::{ty, traits};
|
use rustc::ty;
|
||||||
use rustc::ty::subst::Substs;
|
use rustc::ty::subst::Substs;
|
||||||
use syntax::ast::{IntTy, UintTy};
|
use syntax::ast::{IntTy, UintTy};
|
||||||
use utils::span_lint;
|
use utils::span_lint;
|
||||||
|
|
Loading…
Reference in a new issue