fix nightly

This commit is contained in:
Oliver Schneider 2016-07-21 10:49:02 +02:00
parent 124bacd871
commit 89549e2567
No known key found for this signature in database
GPG Key ID: 56D6EEA0FC67AC46

View File

@ -1,7 +1,6 @@
#![feature(test, custom_attribute, custom_derive, plugin)] #![feature(test, custom_attribute, custom_derive, plugin)]
#![plugin(serde_macros)] #![plugin(serde_macros)]
extern crate serde;
extern crate test; extern crate test;
include!("../../testing/tests/test.rs.in"); include!("../../testing/tests/test.rs.in");