Fix fallout

This commit is contained in:
flip1995
2020-02-21 09:39:38 +01:00
parent b67764d5cb
commit 8472ecda0f
117 changed files with 219 additions and 162 deletions

View File

@@ -1,7 +1,7 @@
//! lint when there is an enum with no variants
use crate::utils::span_lint_and_then;
use rustc_hir::*;
use rustc_hir::{Item, ItemKind};
use rustc_lint::{LateContext, LateLintPass};
use rustc_session::{declare_lint_pass, declare_tool_lint};