graphql-rust / graphql-parser

A graphql query language and schema definition language parser and formatter for rust
Apache License 2.0
355 stars 77 forks source link

Add missing test attribute. #48

Closed obi1kenobi closed 3 years ago

obi1kenobi commented 3 years ago

recursion_too_deep() may have been intended as a test case (it's an otherwise-unused private function in a test module) but is not marked #[test].

This PR adds the missing #[test] attribute.

obi1kenobi commented 3 years ago

My editor appears to have stripped some trailing whitespace from the file in the process -- let me know if you'd like me to put them back and I'd be happy to do that.

tailhook commented 3 years ago

Merged. Thanks! Sorry for the long delay