summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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 b0f43f5..23cb616 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -2,7 +2,7 @@
#![allow(unstable)]
#![feature(plugin)]
-#[plugin] extern crate peg_syntax_ext;
+#[plugin] #[no_link] extern crate peg_syntax_ext;
use std::collections::HashMap;
use std::collections::hash_map::Entry::{Occupied, Vacant};