summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-02 20:52:33 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-02 20:52:33 +0100
commit085f57343754561565b87c2cf592a1d9af1737c9 (patch)
tree099750e14ad1f4a43fd49aaa20a076cbc28f0e56 /src
parent2a6b1421b8bc62cafddc4bc9a85ffc48734b5199 (diff)
Fix warnings
Diffstat (limited to 'src')
-rw-r--r--src/vobject/lib.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs
index 1f8319e..fba6028 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -1,7 +1,6 @@
// DOCS
-#![allow(unstable)]
-#![feature(plugin)]
+#![feature(plugin,core,std_misc,collections)]
#[plugin] #[no_link] extern crate peg_syntax_ext;
use std::collections::HashMap;