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 eaf279d + 6cb50e9 commit 3124c74Copy full SHA for 3124c74
src/native.rs
@@ -3,5 +3,5 @@
3
#[cfg(all(feature = "curl_client", not(target_arch = "wasm32")))]
4
pub use super::isahc::IsahcClient as NativeClient;
5
6
-#[cfg(all(feature = "wasm-client", target_arch = "wasm32"))]
+#[cfg(all(feature = "wasm_client", target_arch = "wasm32"))]
7
pub use super::wasm::WasmClient as NativeClient;
0 commit comments