mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Use rustc-serialize rather than the built-in deprecated serialize.
This commit is contained in:
parent
4ab928728e
commit
aaed4a54c7
30 changed files with 54 additions and 33 deletions
|
@ -11,7 +11,7 @@ use actors::console::ConsoleActor;
|
|||
use devtools_traits::DevtoolScriptControlMsg::WantsLiveNotifications;
|
||||
use protocol::JsonPacketStream;
|
||||
|
||||
use serialize::json;
|
||||
use rustc_serialize::json;
|
||||
use std::old_io::TcpStream;
|
||||
|
||||
#[derive(RustcEncodable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue