diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-23 07:51:44 -0700 |
---|---|---|
committer | bors-servo <lbergstrom+bors@mozilla.com> | 2016-04-23 07:51:44 -0700 |
commit | 305c283602882850be9d39c43b980d0fc0f93a3c (patch) | |
tree | 2c4e7ffce0d9ac5a8a68914640ac70edcc7d38da /components/plugins/utils.rs | |
parent | 75ae1c033f41a0c9537c693c546a08cdbddc9dd3 (diff) | |
parent | 97637d89490ac170ebec7a9a995ba15a58bc81f3 (diff) | |
download | servo-305c283602882850be9d39c43b980d0fc0f93a3c.tar.gz servo-305c283602882850be9d39c43b980d0fc0f93a3c.zip |
Auto merge of #10823 - jdm:import, r=frewsxcv
Squash unused import and unused crate warnings.
<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10823)
<!-- Reviewable:end -->
Diffstat (limited to 'components/plugins/utils.rs')
-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; |