summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-11 17:05:35 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-02-11 17:05:35 +0100
commit6c4f77b6621eff63bf2291f6479c4ee26e3e61b6 (patch)
treec082ead6f964f97b7e1219d1147a98b6b9e4dcf8
parente7d07d24d9ab4fc59e4ca10ed20c37fe216b3e7e (diff)
Nightly updates
-rw-r--r--src/vobject/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs
index 1c3ceba..be1d8d9 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -1,7 +1,7 @@
// DOCS
-#![feature(plugin,core,std_misc,collections)]
-#[plugin] #[no_link] extern crate peg_syntax_ext;
+#![feature(plugin,core,collections)]
+#![plugin(peg_syntax_ext)]
use std::collections::HashMap;
use std::collections::hash_map::Entry::{Occupied, Vacant};