diff options
Diffstat (limited to 'components/net_traits/lib.rs')
-rw-r--r-- | components/net_traits/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs index e766bee302c..9acfe5dfcca 100644 --- a/components/net_traits/lib.rs +++ b/components/net_traits/lib.rs @@ -45,9 +45,9 @@ use http::{Error as HttpError, HeaderMap}; use hyper::Error as HyperError; use hyper::StatusCode; use hyper_serde::Serde; -use ipc_channel::Error as IpcError; use ipc_channel::ipc::{self, IpcReceiver, IpcSender}; use ipc_channel::router::ROUTER; +use ipc_channel::Error as IpcError; use mime::Mime; use msg::constellation_msg::HistoryStateId; use servo_url::ServoUrl; |