summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-14 21:36:06 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-01-14 21:36:06 +0100
commit7e4b982aa89723eefaea9c53a3f29040f259b3b2 (patch)
tree43c20a62545b08e1454b88d0bf825e7a8a3ad3c9
parent36aeb4e75f7d5ceee3ca8701e178856e922d8ae5 (diff)
allow unstable
-rw-r--r--src/vobject/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vobject/lib.rs b/src/vobject/lib.rs
index b8e9dc6..c303372 100644
--- a/src/vobject/lib.rs
+++ b/src/vobject/lib.rs
@@ -1,5 +1,6 @@
// DOCS
+#![allow(unstable)]
#![feature(plugin)]
#[plugin] extern crate peg_syntax_ext;