aboutsummaryrefslogtreecommitdiffstats
path: root/components/net_traits/lib.rs
diff options
context:
space:
mode:
authorMatt Brubeck <mbrubeck@limpet.net>2015-09-30 10:00:57 -0700
committerMatt Brubeck <mbrubeck@limpet.net>2015-09-30 10:00:57 -0700
commit584fb66e81e8f063f5c46c66a54fa9787576e6ca (patch)
tree94a385b42212092230f237b4af7071e3c66a6c5f /components/net_traits/lib.rs
parent61be58a87ff78be6278173d65e8933413041bd00 (diff)
downloadservo-584fb66e81e8f063f5c46c66a54fa9787576e6ca.tar.gz
servo-584fb66e81e8f063f5c46c66a54fa9787576e6ca.zip
Remove unused import in net_traits
Diffstat (limited to 'components/net_traits/lib.rs')
-rw-r--r--components/net_traits/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/components/net_traits/lib.rs b/components/net_traits/lib.rs
index 754e6cc3567..3aa81ddbd20 100644
--- a/components/net_traits/lib.rs
+++ b/components/net_traits/lib.rs
@@ -35,7 +35,6 @@ use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
use msg::constellation_msg::{PipelineId};
use regex::Regex;
use serde::{Deserializer, Serializer};
-use std::sync::mpsc::Receiver;
use std::thread;
use url::Url;
use util::mem::HeapSizeOf;