Get serde to build, but tests are still failing

This commit is contained in:
Erick Tryzelaar
2015-04-02 13:27:57 -07:00
parent ed569bd3f6
commit b30965ede4
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -6,7 +6,7 @@
//! leaving serde to perform roughly the same speed as a hand written serializer for a specific
//! type.
#![feature(collections, convert, core, std_misc, unicode)]
#![feature(collections, core, std_misc, unicode)]
extern crate unicode;