Remove unneeded test feature

This commit is contained in:
David Tolnay 2016-10-08 15:36:46 -07:00
parent b4d5c26f4e
commit 339c0f5493
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -1,4 +1,4 @@
#![feature(test, proc_macro, rustc_attrs)]
#![feature(test, proc_macro)]
#[macro_use]
extern crate serde_derive;