diff options
Diffstat (limited to 'components/plugins/utils.rs')
-rw-r--r-- | components/plugins/utils.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/plugins/utils.rs b/components/plugins/utils.rs index 3b96bedd0f1..186236aa458 100644 --- a/components/plugins/utils.rs +++ b/components/plugins/utils.rs @@ -2,8 +2,8 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use rustc::hir::def_id::DefId; use rustc::hir::{self, def}; +use rustc::hir::def_id::DefId; use rustc::lint::{LateContext, LintContext}; use syntax::ast; use syntax::attr::mark_used; |