Remove the std_misc feature flag

This commit is contained in:
Erick Tryzelaar
2015-04-12 10:43:29 -07:00
parent 8ba1e7aceb
commit 7622255d6f
4 changed files with 20 additions and 10 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, std_misc)]
#![feature(collections, core)]
pub use ser::{Serialize, Serializer};