Fix: Utf16 handling moved from std into unicode crate

Following a rust change.
This commit is contained in:
Thomas Bahn
2014-12-23 16:44:10 +01:00
parent 0957d5769d
commit 3cf0fb8d5b
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -12,6 +12,8 @@ extern crate serde_macros;
#[cfg(test)]
extern crate serialize;
extern crate unicode;
pub use de::{Deserializer, Deserialize};
pub use ser::{Serializer, Serialize};