Remove unused import.

This commit is contained in:
Josh Matthews 2016-04-23 10:38:05 -04:00
parent 75ae1c033f
commit 5e31681740

View file

@ -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;