mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +01: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
|
@ -10,7 +10,7 @@ use std::cell::{Cell, RefCell};
|
|||
use std::old_io::TcpStream;
|
||||
use std::mem::{replace, transmute};
|
||||
use std::raw::TraitObject;
|
||||
use serialize::json;
|
||||
use rustc_serialize::json;
|
||||
|
||||
/// A common trait for all devtools actors that encompasses an immutable name
|
||||
/// and the ability to process messages that are directed to particular actors.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue