summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/vobject/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs
index be1d8d9..df7612a 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -1,6 +1,6 @@
// DOCS
-#![feature(plugin,core,collections)]
+#![feature(plugin,core,collections,std_misc,unicode)]
#![plugin(peg_syntax_ext)]
use std::collections::HashMap;