Removing configuration that rust nightly

The feature function causes the following error:
error[E0554]: #![feature] may not be used on the stable release channel
This commit is contained in:
Jane Keibler 2017-10-19 12:22:43 -04:00 committed by theduke
parent 1acf2067d3
commit 650561f885

View file

@ -115,11 +115,8 @@ To support this, Juniper offers additional crates that integrate with popular we
[object_integrations]: integrations/index.html
*/
#![cfg_attr(feature = "nightly", feature(test))]
#![warn(missing_docs)]
#[cfg(feature = "nightly")]
extern crate test;
extern crate serde;
#[macro_use]
extern crate serde_derive;