From 5e31681740cb64912d50fcaa50bc183572e450a2 Mon Sep 17 00:00:00 2001 From: Josh Matthews Date: Sat, 23 Apr 2016 10:38:05 -0400 Subject: [PATCH] Remove unused import. --- components/plugins/utils.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/components/plugins/utils.rs b/components/plugins/utils.rs index b39102f5626..3b96bedd0f1 100644 --- a/components/plugins/utils.rs +++ b/components/plugins/utils.rs @@ -3,7 +3,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ use rustc::hir::def_id::DefId; -use rustc::hir::map as ast_map; use rustc::hir::{self, def}; use rustc::lint::{LateContext, LintContext}; use syntax::ast;