Skip to content

Commit

Permalink
Remove unused import in components/net/resource_task.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
leaexplores committed Sep 12, 2015
1 parent 8525495 commit 5c80731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/net/resource_task.rs
Expand Up @@ -29,7 +29,7 @@ use ipc_channel::ipc::{self, IpcReceiver, IpcSender};
use std::borrow::ToOwned;
use std::boxed::FnBox;

use std::sync::{Arc, Mutex};
use std::sync::{Arc};

use std::sync::mpsc::{channel, Sender};

Expand Down

0 comments on commit 5c80731

Please sign in to comment.