Remove unused import from tests/unit/net/data_loader.rs

This commit is contained in:
Tim van der Meij 2016-01-25 22:27:03 +01:00
parent 4755cc5c62
commit 925732e759

View file

@ -20,7 +20,6 @@ fn assert_parse(url: &'static str,
use net::mime_classifier::MIMEClassifier; use net::mime_classifier::MIMEClassifier;
use net::resource_thread::CancellationListener; use net::resource_thread::CancellationListener;
use std::sync::Arc; use std::sync::Arc;
use std::sync::mpsc::channel;
use url::Url; use url::Url;
let (start_chan, start_port) = ipc::channel().unwrap(); let (start_chan, start_port) = ipc::channel().unwrap();