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.
1 parent b23374c commit 4d8c361Copy full SHA for 4d8c361
src/http.rs
@@ -91,7 +91,7 @@ impl<'a> ser::Serialize for GraphQLResponse<'a> {
91
}
92
93
94
-#[cfg(test)]
+#[cfg(all(test, any(feature="iron-handlers", feature="rocket-handlers")))]
95
pub mod tests {
96
use serde_json::Value as Json;
97
use serde_json;
0 commit comments