mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-04-25 11:37:55 +00:00
Remove the std_misc feature flag
This commit is contained in:
+1
-1
@@ -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};
|
||||
|
||||
Reference in New Issue
Block a user