mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Move devtools to std::net (fixes #5355).
This commit is contained in:
parent
e77c4e2d76
commit
638ce20e6f
8 changed files with 38 additions and 38 deletions
|
@ -10,6 +10,7 @@
|
|||
#![crate_type = "rlib"]
|
||||
|
||||
#![feature(int_uint)]
|
||||
#![feature(net)]
|
||||
|
||||
#![allow(non_snake_case)]
|
||||
|
||||
|
@ -23,7 +24,7 @@ use msg::constellation_msg::PipelineId;
|
|||
use util::str::DOMString;
|
||||
use url::Url;
|
||||
|
||||
use std::old_io::TcpStream;
|
||||
use std::net::TcpStream;
|
||||
use std::sync::mpsc::{Sender, Receiver};
|
||||
|
||||
pub type DevtoolsControlChan = Sender<DevtoolsControlMsg>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue