Clean up warnings in serde

This commit is contained in:
Erick Tryzelaar
2015-02-13 10:26:13 -08:00
parent b70d77b5c9
commit 4dccf8cdec
15 changed files with 2607 additions and 2629 deletions
+2 -4
View File
@@ -1,8 +1,6 @@
#![feature(plugin, io)]
#![feature(collections, core, io, plugin, test)]
#![allow(non_camel_case_types)]
#[plugin]
extern crate serde_macros;
#![plugin(serde_macros)]
extern crate serde;
extern crate "rustc-serialize" as rustc_serialize;