Skip to content

Commit 89e7be4

Browse files
committed
Only use doctest in tests
1 parent d81b2b6 commit 89e7be4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graphql_client/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ pub mod web;
2121
use std::collections::HashMap;
2222
use std::fmt::{self, Display};
2323

24+
#[cfg(test)]
2425
doc_comment::doctest!("../../README.md");
2526

2627
/// A convenience trait that can be used to build a GraphQL request body.

0 commit comments

Comments
 (0)