async-graphql/async-graphql-derive/src
William Myers 76a0f66751
Add allow(unused_braces, unused_parens) attribute
This fixes false positive warnings for the stable compiler.
2020-06-11 14:36:38 -06:00
..
args.rs Rustfmt and Clippy 2020-06-05 21:42:24 +08:00
enum.rs Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164 2020-06-11 11:23:23 +08:00
input_object.rs Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164 2020-06-11 11:23:23 +08:00
interface.rs Add GQLInterface and GQLUnion 2020-06-11 15:08:51 +08:00
lib.rs Add GQLInterface and GQLUnion 2020-06-11 15:08:51 +08:00
object.rs Add allow(unused_braces, unused_parens) attribute 2020-06-11 14:36:38 -06:00
output_type.rs Fix the problem described in #80 2020-05-13 11:37:07 +08:00
scalar.rs Remove check_reserved_name 2020-06-07 20:30:40 -06:00
simple_object.rs Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164 2020-06-11 11:23:23 +08:00
subscription.rs Remove check_reserved_name 2020-06-07 20:30:40 -06:00
union.rs Add GQLInterface and GQLUnion 2020-06-11 15:08:51 +08:00
utils.rs Add GQLEnum, GQLInputObject, GQLSimpleObject macros. #164 2020-06-11 11:23:23 +08:00