mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Remove unused import from tests/unit/net/data_loader.rs
This commit is contained in:
@@ -20,7 +20,6 @@ fn assert_parse(url: &'static str,
|
||||
use net::mime_classifier::MIMEClassifier;
|
||||
use net::resource_thread::CancellationListener;
|
||||
use std::sync::Arc;
|
||||
use std::sync::mpsc::channel;
|
||||
use url::Url;
|
||||
|
||||
let (start_chan, start_port) = ipc::channel().unwrap();
|
||||
|
||||
Reference in New Issue
Block a user