mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Remove typedefs DevtoolsControlChan and DevtoolsControlPort. Fixes #6923.
This commit is contained in:
parent
95269bba39
commit
8c3cf90e6e
4 changed files with 7 additions and 10 deletions
|
@ -39,9 +39,6 @@ use time::Duration;
|
|||
use std::net::TcpStream;
|
||||
use std::sync::mpsc::{Receiver, Sender};
|
||||
|
||||
pub type DevtoolsControlChan = Sender<DevtoolsControlMsg>;
|
||||
pub type DevtoolsControlPort = Receiver<DevtoolScriptControlMsg>;
|
||||
|
||||
// Information would be attached to NewGlobal to be received and show in devtools.
|
||||
// Extend these fields if we need more information.
|
||||
#[derive(Deserialize, Serialize)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue