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 bafcb8b commit 1bc3190Copy full SHA for 1bc3190
src/lib.rs
@@ -25,7 +25,7 @@ pub mod isahc;
25
pub mod wasm;
26
27
#[cfg_attr(feature = "docs", doc(cfg(native_client)))]
28
-#[cfg(feature = "native_client")]
+#[cfg(any(feature = "curl_client", feature = "wasm_client"))]
29
pub mod native;
30
31
#[cfg_attr(feature = "docs", doc(cfg(h1_client)))]
0 commit comments