diff options
author | Josh Matthews <josh@joshmatthews.net> | 2016-04-23 10:38:05 -0400 |
---|---|---|
committer | Josh Matthews <josh@joshmatthews.net> | 2016-04-23 10:38:05 -0400 |
commit | 5e31681740cb64912d50fcaa50bc183572e450a2 (patch) | |
tree | 3968a2c0b6f3d63336175bf8e28ea9ae418d7769 | |
parent | 75ae1c033f41a0c9537c693c546a08cdbddc9dd3 (diff) | |
download | servo-5e31681740cb64912d50fcaa50bc183572e450a2.tar.gz servo-5e31681740cb64912d50fcaa50bc183572e450a2.zip |
Remove unused import.
-rw-r--r-- | components/plugins/utils.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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; |