Skip to content

Commit c80cecf

Browse files
authored
Rocket can now compile on stable (#723)
1 parent 7b9cf4c commit c80cecf

File tree

3 files changed

+0
-22
lines changed

3 files changed

+0
-22
lines changed

juniper_rocket_async/Makefile.toml

Lines changed: 0 additions & 17 deletions
This file was deleted.

juniper_rocket_async/examples/rocket_server.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#![feature(decl_macro, proc_macro_hygiene)]
2-
31
use juniper::{
42
tests::fixtures::starwars::{model::Database, schema::Query},
53
EmptyMutation, EmptySubscription, RootNode,

juniper_rocket_async/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ Check the LICENSE file for details.
3737
*/
3838

3939
#![doc(html_root_url = "https://docs.rs/juniper_rocket_async/0.2.0")]
40-
#![feature(decl_macro, proc_macro_hygiene)]
4140

4241
use std::io::Cursor;
4342

@@ -152,8 +151,6 @@ impl GraphQLResponse {
152151
/// # Examples
153152
///
154153
/// ```
155-
/// # #![feature(decl_macro, proc_macro_hygiene)]
156-
/// #
157154
/// # extern crate juniper;
158155
/// # extern crate juniper_rocket_async;
159156
/// # extern crate rocket;

0 commit comments

Comments
 (0)