summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-03-08 20:31:35 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-03-08 20:31:35 +0100
commit72a62476f1e9177ae54683c8397bb4dc95a1c47c (patch)
treee3adf3b553ddf937e84195dc797612700e7c0e66
parent9013376a8741fcac22e045442cdcaccbf7f22ad7 (diff)
Remove more warnings
-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;