Remove core feature

This commit is contained in:
Erick Tryzelaar
2015-04-12 11:36:09 -07:00
parent 9a4ba047c4
commit 67e8ca354c
5 changed files with 376 additions and 17 deletions
+1 -2
View File
@@ -6,8 +6,7 @@
//! leaving serde to perform roughly the same speed as a hand written serializer for a specific
//! type.
#![feature(core)]
extern crate num;
pub use ser::{Serialize, Serializer};
pub use de::{Deserialize, Deserializer, Error};