Skip to content

Commit d1f2f0c

Browse files
flip1995Manishearth
authored andcommitted
Fix some rebase fallout
1 parent f3bb161 commit d1f2f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clippy_lints/src/copy_iterator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use crate::utils::{is_copy, match_path, paths, span_note_and_lint};
22
use rustc::hir::{Item, ItemKind};
33
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
4-
use rustc::{declare_lint, lint_array};
4+
use rustc::{declare_tool_lint, lint_array};
55

66
/// **What it does:** Checks for types that implement `Copy` as well as
77
/// `Iterator`.

0 commit comments

Comments
 (0)