Skip to content

Commit b228434

Browse files
committed
Rustfmtup to 0.7.1
1 parent 6f103de commit b228434

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clippy_lints/src/map_clone.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use rustc::lint::*;
22
use rustc::hir::*;
33
use syntax::ast;
4-
use utils::{is_adjusted, match_path, match_trait_method, match_type, remove_blocks, paths, snippet,
5-
span_help_and_lint, walk_ptrs_ty, walk_ptrs_ty_depth, iter_input_pats};
4+
use utils::{is_adjusted, match_path, match_trait_method, match_type, remove_blocks, paths, snippet, span_help_and_lint,
5+
walk_ptrs_ty, walk_ptrs_ty_depth, iter_input_pats};
66

77
/// **What it does:** Checks for mapping `clone()` over an iterator.
88
///

0 commit comments

Comments
 (0)