mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00: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
|
@ -15,8 +15,8 @@ use collections::BTreeMap;
|
|||
use msg::constellation_msg::PipelineId;
|
||||
use rustc_serialize::json::{self, Json, ToJson};
|
||||
use std::cell::RefCell;
|
||||
use std::old_io::TcpStream;
|
||||
use std::sync::mpsc::{channel, Sender};
|
||||
use std::net::TcpStream;
|
||||
use std::num::Float;
|
||||
|
||||
pub struct InspectorActor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue