Fix some rebase fallout

This commit is contained in:
flip1995 2018-08-28 11:27:17 +02:00 committed by Manish Goregaokar
parent f3bb161f0e
commit d1f2f0c34c

View File

@ -1,7 +1,7 @@
use crate::utils::{is_copy, match_path, paths, span_note_and_lint};
use rustc::hir::{Item, ItemKind};
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
use rustc::{declare_lint, lint_array};
use rustc::{declare_tool_lint, lint_array};
/// **What it does:** Checks for types that implement `Copy` as well as
/// `Iterator`.