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 eaf279d commit 6cb50e9Copy full SHA for 6cb50e9
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