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:
parent
1acf2067d3
commit
650561f885
1 changed files with 0 additions and 3 deletions
|
@ -115,11 +115,8 @@ To support this, Juniper offers additional crates that integrate with popular we
|
||||||
[object_integrations]: integrations/index.html
|
[object_integrations]: integrations/index.html
|
||||||
|
|
||||||
*/
|
*/
|
||||||
#![cfg_attr(feature = "nightly", feature(test))]
|
|
||||||
#![warn(missing_docs)]
|
#![warn(missing_docs)]
|
||||||
|
|
||||||
#[cfg(feature = "nightly")]
|
|
||||||
extern crate test;
|
|
||||||
extern crate serde;
|
extern crate serde;
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
|
Loading…
Add table
Reference in a new issue