Skip to content

Commit

Permalink
Remove unused import from tests/unit/net/data_loader.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandermeij committed Jan 25, 2016
1 parent 4755cc5 commit 925732e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/unit/net/data_loader.rs
Expand Up @@ -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();
Expand Down

0 comments on commit 925732e

Please sign in to comment.