summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2015-03-13 20:06:40 +0100
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2015-03-13 20:15:17 +0100
commitd5ddd80e03df5b4b207d530c7927f49676ad2c22 (patch)
tree73957c6c96c1f0e94ba5639da1760a9f589947c5 /tests
parent72a62476f1e9177ae54683c8397bb4dc95a1c47c (diff)
Add error type
Diffstat (limited to 'tests')
-rw-r--r--tests/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib.rs b/tests/lib.rs
index 01efced..c6ba331 100644
--- a/tests/lib.rs
+++ b/tests/lib.rs
@@ -1,4 +1,4 @@
-#![allow(unstable)]
+#![feature(core)]
extern crate vobject;
use vobject::parse_component;
use std::borrow::ToOwned;