Fix: Utf16 handling moved from std into unicode crate

Following a rust change.
This commit is contained in:
Thomas Bahn
2014-12-23 18:35:00 +01:00
parent 17ffa65cb2
commit a276ec4bba
2 changed files with 5 additions and 3 deletions
+2
View File
@@ -1,5 +1,7 @@
#![feature(macro_rules)]
extern crate unicode;
pub use ser::{Serialize, Serializer};
//pub use ser::{Visitor, VisitorState};
//pub use ser::GatherTokens;