mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-27 07:00:55 +00:00
Rustfmtup to 0.7.1
This commit is contained in:
parent
6f103de164
commit
b228434036
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
use rustc::lint::*;
|
use rustc::lint::*;
|
||||||
use rustc::hir::*;
|
use rustc::hir::*;
|
||||||
use syntax::ast;
|
use syntax::ast;
|
||||||
use utils::{is_adjusted, match_path, match_trait_method, match_type, remove_blocks, paths, snippet,
|
use utils::{is_adjusted, match_path, match_trait_method, match_type, remove_blocks, paths, snippet, span_help_and_lint,
|
||||||
span_help_and_lint, walk_ptrs_ty, walk_ptrs_ty_depth, iter_input_pats};
|
walk_ptrs_ty, walk_ptrs_ty_depth, iter_input_pats};
|
||||||
|
|
||||||
/// **What it does:** Checks for mapping `clone()` over an iterator.
|
/// **What it does:** Checks for mapping `clone()` over an iterator.
|
||||||
///
|
///
|
||||||
|
|
Loading…
Reference in a new issue