Remove collections feature flag and disable VecMap, which is unstable

This commit is contained in:
Erick Tryzelaar
2015-04-12 10:48:32 -07:00
parent 7622255d6f
commit 9a4ba047c4
3 changed files with 9 additions and 3 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, core)]
#![feature(core)]
pub use ser::{Serialize, Serializer};