From 76e59a46d3aff701b2e8dfbaf047f6d5c3edcced Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 1 Nov 2018 17:23:56 +0100 Subject: Sort `use` statements --- components/script/task_source/networking.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/task_source/networking.rs') diff --git a/components/script/task_source/networking.rs b/components/script/task_source/networking.rs index 7eef50b5b47..a472a8f5691 100644 --- a/components/script/task_source/networking.rs +++ b/components/script/task_source/networking.rs @@ -2,10 +2,10 @@ * 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 msg::constellation_msg::PipelineId; use crate::script_runtime::{CommonScriptMsg, ScriptChan, ScriptThreadEventCategory}; use crate::task::{TaskCanceller, TaskOnce}; use crate::task_source::{TaskSource, TaskSourceName}; +use msg::constellation_msg::PipelineId; #[derive(JSTraceable)] pub struct NetworkingTaskSource(pub Box, pub PipelineId); -- cgit v1.2.3