You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: graphql_client/src/lib.rs
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
//!
3
3
//! The main interface to this library is the custom derive that generates modules from a GraphQL query and schema. See the docs for the [`GraphQLQuery`] trait for a full example.
4
4
5
+
#![feature(async_await)]
5
6
#![deny(missing_docs)]
6
7
#![deny(rust_2018_idioms)]
7
8
#![deny(warnings)]
@@ -15,6 +16,8 @@ pub use graphql_query_derive::*;
0 commit comments