mirror of
https://github.com/servo/servo.git
synced 2025-08-08 15:05:35 +01:00
Remove unused import from tests/unit/net/data_loader.rs
This commit is contained in:
parent
4755cc5c62
commit
925732e759
1 changed files with 0 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue