Remove unneeded test feature

This commit is contained in:
David Tolnay
2016-10-08 15:36:46 -07:00
parent b4d5c26f4e
commit 339c0f5493
+1 -1
View File
@@ -1,4 +1,4 @@
#![feature(test, proc_macro, rustc_attrs)]
#![feature(test, proc_macro)]
#[macro_use]
extern crate serde_derive;