fix nightly

This commit is contained in:
Oliver Schneider
2016-07-21 10:49:02 +02:00
parent 124bacd871
commit 89549e2567
-1
View File
@@ -1,7 +1,6 @@
#![feature(test, custom_attribute, custom_derive, plugin)]
#![plugin(serde_macros)]
extern crate serde;
extern crate test;
include!("../../testing/tests/test.rs.in");