From 93a103ba7306b578841b73a0ecfbccaad8fc78c1 Mon Sep 17 00:00:00 2001 From: UK992 Date: Thu, 8 Sep 2016 17:47:32 +0200 Subject: Reorder `use` statements --- components/plugins/utils.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/plugins/utils.rs') 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; -- cgit v1.2.3