mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Auto merge of #7091 - mt2d2:unused_imports_devtools, r=SimonSapin
Remove unneeded import. This fixes #7087. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7091) <!-- Reviewable:end -->
This commit is contained in:
commit
23b81326cc
1 changed files with 0 additions and 1 deletions
|
@ -37,7 +37,6 @@ use ipc_channel::ipc::IpcSender;
|
|||
use time::Duration;
|
||||
|
||||
use std::net::TcpStream;
|
||||
use std::sync::mpsc::{Receiver, Sender};
|
||||
|
||||
// Information would be attached to NewGlobal to be received and show in devtools.
|
||||
// Extend these fields if we need more information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue