aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools_traits/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools_traits/lib.rs')
-rw-r--r--components/devtools_traits/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools_traits/lib.rs b/components/devtools_traits/lib.rs
index d7047960329..dbdf255b71b 100644
--- a/components/devtools_traits/lib.rs
+++ b/components/devtools_traits/lib.rs
@@ -18,8 +18,8 @@ extern crate malloc_size_of_derive;
#[macro_use]
extern crate serde;
-use http::method::Method;
use http::HeaderMap;
+use http::Method;
use ipc_channel::ipc::IpcSender;
use msg::constellation_msg::{BrowsingContextId, PipelineId};
use servo_url::ServoUrl;