Skip to content

Commit

Permalink
Rustfmtup to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
killercup committed Jan 21, 2017
1 parent 6f103de commit b228434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clippy_lints/src/map_clone.rs
@@ -1,8 +1,8 @@
use rustc::lint::*;
use rustc::hir::*;
use syntax::ast;
use utils::{is_adjusted, match_path, match_trait_method, match_type, remove_blocks, paths, snippet,
span_help_and_lint, walk_ptrs_ty, walk_ptrs_ty_depth, iter_input_pats};
use utils::{is_adjusted, match_path, match_trait_method, match_type, remove_blocks, paths, snippet, span_help_and_lint,
walk_ptrs_ty, walk_ptrs_ty_depth, iter_input_pats};

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

0 comments on commit b228434

Please sign in to comment.