mirror of
https://github.com/servo/servo.git
synced 2025-06-10 09:33:13 +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
|
@ -5,7 +5,6 @@
|
|||
#![feature(core)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(libc)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
|
@ -16,7 +15,6 @@ extern crate msg;
|
|||
extern crate net;
|
||||
extern crate util;
|
||||
extern crate url;
|
||||
extern crate serialize;
|
||||
|
||||
// This module contains traits in script used generically
|
||||
// in the rest of Servo.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue