We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81b2b6 commit 89e7be4Copy full SHA for 89e7be4
graphql_client/src/lib.rs
@@ -21,6 +21,7 @@ pub mod web;
21
use std::collections::HashMap;
22
use std::fmt::{self, Display};
23
24
+#[cfg(test)]
25
doc_comment::doctest!("../../README.md");
26
27
/// A convenience trait that can be used to build a GraphQL request body.
0 commit comments