Remove import of if_chain

This commit is contained in:
Manish Goregaokar
2018-07-19 01:00:54 -07:00
parent c7676356b8
commit 5918a3fc1e
56 changed files with 55 additions and 3 deletions

View File

@@ -19,9 +19,6 @@ use toml;
use rustc_plugin;
#[macro_use]
extern crate if_chain;
macro_rules! declare_clippy_lint {
{ pub $name:tt, style, $description:tt } => {
declare_lint! { pub $name, Warn, $description }