Fix some rebase fallout
This commit is contained in:
parent
f3bb161f0e
commit
d1f2f0c34c
@ -1,7 +1,7 @@
|
|||||||
use crate::utils::{is_copy, match_path, paths, span_note_and_lint};
|
use crate::utils::{is_copy, match_path, paths, span_note_and_lint};
|
||||||
use rustc::hir::{Item, ItemKind};
|
use rustc::hir::{Item, ItemKind};
|
||||||
use rustc::lint::{LateContext, LateLintPass, LintArray, LintPass};
|
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
|
/// **What it does:** Checks for types that implement `Copy` as well as
|
||||||
/// `Iterator`.
|
/// `Iterator`.
|
||||||
|
Loading…
Reference in New Issue
Block a user