mirror of
https://github.com/pezkuwichain/serde.git
synced 2026-07-07 20:27:26 +00:00
Remove the need for the unicode feature flag
This commit is contained in:
+1
-2
@@ -6,9 +6,8 @@
|
||||
//! leaving serde to perform roughly the same speed as a hand written serializer for a specific
|
||||
//! type.
|
||||
|
||||
#![feature(collections, core, std_misc, unicode)]
|
||||
#![feature(collections, core, std_misc)]
|
||||
|
||||
extern crate unicode;
|
||||
|
||||
pub use ser::{Serialize, Serializer};
|
||||
pub use de::{Deserialize, Deserializer, Error};
|
||||
|
||||
Reference in New Issue
Block a user