mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +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
|
@ -7,8 +7,8 @@
|
|||
use std::any::{Any, TypeId};
|
||||
use std::collections::HashMap;
|
||||
use std::cell::{Cell, RefCell};
|
||||
use std::old_io::TcpStream;
|
||||
use std::mem::{replace, transmute};
|
||||
use std::net::TcpStream;
|
||||
use std::raw::TraitObject;
|
||||
use rustc_serialize::json;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue