summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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};