We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 298041a + 93d9a04 commit 8e9d696Copy full SHA for 8e9d696
graphql_client/build.rs
@@ -1,9 +1,6 @@
1
extern crate skeptic;
2
3
fn main() {
4
- #[cfg(tests)]
5
- {
6
- // Generates doc tests for the readme.
7
- skeptic::generate_doc_tests(&["../README.md"]);
8
- }
+ // Generates doc tests for the readme.
+ skeptic::generate_doc_tests(&["../README.md"]);
9
}
0 commit comments