mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Remove unused import in components/net/resource_task.rs
This commit is contained in:
parent
8525495265
commit
5c807311de
1 changed files with 1 additions and 1 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue