mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +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
|
@ -4,7 +4,6 @@
|
|||
|
||||
#![feature(hash)]
|
||||
#![feature(int_uint)]
|
||||
#![feature(rustc_private)]
|
||||
|
||||
#![allow(missing_copy_implementations)]
|
||||
|
||||
|
@ -13,7 +12,6 @@ extern crate azure;
|
|||
extern crate geom;
|
||||
extern crate hyper;
|
||||
extern crate layers;
|
||||
extern crate serialize;
|
||||
extern crate util;
|
||||
extern crate url;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue